This commit is contained in:
StapleButter
2018-10-18 02:31:01 +02:00
parent 148f4032f1
commit a2cc7087f7
7 changed files with 192 additions and 6 deletions

View File

@ -47,7 +47,7 @@ public:
}
void Savestate(Savestate* file)
void DoSavestate(Savestate* file)
{
file->Var32(&NumOccupied);
file->Var32(&ReadPos);