mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-16 16:51:08 +00:00
re-add Zilla's states to saveable data.
This commit is contained in:
parent
707eee9147
commit
9a6c5aff55
1 changed files with 9 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue