Added variable to savegame format so that savegames can be correctly loaded from the ScummVM launcher

svn-id: r41423
This commit is contained in:
Paul Gilbert 2009-06-10 12:15:50 +00:00
parent ff72f8531c
commit f2c1b18242
4 changed files with 6 additions and 2 deletions

View file

@ -774,8 +774,6 @@ int16 Op_UnfreezeParent(void) {
return 0;
}
int16 protectionCode = 0;
int16 Op_ProtectionFlag(void) {
int16 temp = protectionCode;
int16 newVar;