aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
authorjohndoe1232014-01-23 14:54:47 +0100
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commitbd5417aea1e513f591cedf7bc2f7daad345d375e (patch)
treeb59d68f75b8f44281e7263966d13d590778924b5 /engines/gnap/gnap.h
parent9bac81c802e12b64cde335af30d748a98815658c (diff)
downloadscummvm-rg350-bd5417aea1e513f591cedf7bc2f7daad345d375e.tar.gz
scummvm-rg350-bd5417aea1e513f591cedf7bc2f7daad345d375e.tar.bz2
scummvm-rg350-bd5417aea1e513f591cedf7bc2f7daad345d375e.zip
GNAP: Clean up scene 41
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index 02c1aeb031..b0852934e1 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -849,10 +849,8 @@ public:
void toyUfoFlyTo(int destX, int destY, int a3, int a4, int a5, int a6, int animationIndex);
// Scene 41
- int _s41_dword_47F2C0;
- int _s41_dword_47F2C4;
- int _s41_dword_47F2C8;
- int _s41_dword_47F2CC;
+ int _s41_currKidSequenceId, _s41_nextKidSequenceId;
+ int _s41_currToyVendorSequenceId, _s41_nextToyVendorSequenceId;
int scene41_init();
void scene41_updateHotspots();
void scene41_run();