diff options
author | johndoe123 | 2014-01-23 10:30:24 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-10 09:54:21 +0200 |
commit | ea59c06ba9194cd82de811f7516a69a0e8555c89 (patch) | |
tree | f50dc641f509b64a53817f227ef1f1720b760928 /engines/gnap/gnap.h | |
parent | d80c7605a0892ae401953da4b889543598292986 (diff) | |
download | scummvm-rg350-ea59c06ba9194cd82de811f7516a69a0e8555c89.tar.gz scummvm-rg350-ea59c06ba9194cd82de811f7516a69a0e8555c89.tar.bz2 scummvm-rg350-ea59c06ba9194cd82de811f7516a69a0e8555c89.zip |
GNAP: Clean up scene 28
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r-- | engines/gnap/gnap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h index e1d13eca41..60fe0298cd 100644 --- a/engines/gnap/gnap.h +++ b/engines/gnap/gnap.h @@ -779,9 +779,8 @@ public: void scene27_updateAnimations(); // Scene 28 - int _s28_dword_47EA5C; - int _s28_dword_47EA60; - int _s28_dword_474938; + int _s28_currClownSequenceId, _s28_nextClownSequenceId; + int _s28_clownTalkCtr; int scene28_init(); void scene28_updateHotspots(); void scene28_run(); |