Fixed last known crashing issue, also themes
This one finally fixes it so theme rooms spawn properlypull/18/head
parent
d28ae62576
commit
eb838b6df2
|
@ -659,7 +659,7 @@ LABEL_23:
|
||||||
v17 = themeCount;
|
v17 = themeCount;
|
||||||
for ( k = 0; k < themeCount; v13 += 5 )
|
for ( k = 0; k < themeCount; v13 += 5 )
|
||||||
{
|
{
|
||||||
if ( _LOBYTE(themes[k].ttype) == -1 )
|
if ( _LOBYTE(themes[k].ttype) == LOBYTE(-1) ) /* char */
|
||||||
{
|
{
|
||||||
_LOBYTE(v12) = 0;
|
_LOBYTE(v12) = 0;
|
||||||
themes[k].ttval = *v13;
|
themes[k].ttval = *v13;
|
||||||
|
|
Loading…
Reference in New Issue