X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Finit.c;h=e728c9a74e3c9e3a866cbe47c942475dd8591651;hb=67f3bfab902e53e0dc24a01eb6c0e4d274030a47;hp=4b001ae44c777fc17f978caf1f5ff7e103b52895;hpb=04a2a29c9811ca80be2123aaab0e56e569a6e3cc;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index 4b001ae4..e728c9a7 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -178,7 +178,7 @@ void SaveEngineSnapshotValues_SP(ListNode **buffers) SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(GfxElementLast)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(GfxGraphicLast)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(GfxGraphic)); - SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(GfxFrame)); + SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(GfxFrameSP)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(ScrollMinX)); SaveSnapshotBuffer(buffers, ARGS_ADDRESS_AND_SIZEOF(ScrollMinY));