Skip to content

Commit

Permalink
re-add Zilla's states to saveable data.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Nov 21, 2023
1 parent 707eee9 commit 9a6c5af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/games/sw/src/zilla.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ static saveable_data saveable_zilla_data[] =
SAVE_DATA(ZillaAttrib),

SAVE_DATA(ZillaActionSet),

SAVE_DATA(s_ZillaRun),
SAVE_DATA(s_ZillaStand),
SAVE_DATA(s_ZillaPain),
SAVE_DATA(s_ZillaRail),
SAVE_DATA(s_ZillaRocket),
SAVE_DATA(s_ZillaUzi),
SAVE_DATA(s_ZillaDie)

};

saveable_module saveable_zilla =
Expand Down

0 comments on commit 9a6c5af

Please sign in to comment.