Rework OPCharCreate logic with tutorial flag

Hopefully resolves issues with toons on Titanium spawning out of bounds
when starting in tutorial.

Resolves setting home bind to tutorial and being out of bounds.
This commit is contained in:
Michael Cook (mackal)
2014-10-07 23:40:13 -04:00
parent 45ef740244
commit 2dacb523fc
11 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ struct CharCreate_Struct
/*0128*/ uint32 face;
/*0132*/ uint32 eyecolor1; //its possiable we could have these switched
/*0136*/ uint32 eyecolor2; //since setting one sets the other we really can't check
/*0140*/ uint32 unknown140;
/*0140*/ uint32 tutorial; //assumptions are bad! But guessed
};
/*