X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Finit.c;fp=src%2Fgame_sp%2Finit.c;h=e86e3185a4972dad010f28006fd66d0e4e6beb26;hb=f585bab94637506eec06b81b8919fedcd3e63a1e;hp=c1dbc3e4f7f9109dbf9a0ba0fb99c087bcc93ea4;hpb=53053054cfed93412ff590dd95a180fdd9582f5e;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index c1dbc3e4..e86e3185 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -134,6 +134,8 @@ void SaveEngineSnapshotValues_SP(ListNode **buffers) SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(TimerVar)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(RandomSeed)); + SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(FreezeZonks)); + SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(TerminalMaxCycles)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(mScrollX));