I guess that might have malfunctioned

This commit is contained in:
StapleButter 2018-10-18 03:10:17 +02:00
parent 86f5155f72
commit f51e1ec805
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ bool DoSavestate_Scheduler(Savestate* file)
break;
}
}
if (funcid < 0)
if (funcid == -1)
{
printf("savestate: VERY BAD!!!!! FUNCTION POINTER FOR EVENT %d NOT IN HACKY LIST. CANNOT SAVE. SMACK STAPLEBUTTER.\n", i);
return false;