aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
authorStrangerke2016-04-24 19:04:03 +0200
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit206a18dbfacf1292601cbc4db2893bea0c938059 (patch)
tree7827d01d6e514d218f68f045b8bc39c7a22de7fc /engines/gnap/gnap.h
parent598fb5d87642fc4fd97b8c7818eb8f0f57f1b493 (diff)
downloadscummvm-rg350-206a18dbfacf1292601cbc4db2893bea0c938059.tar.gz
scummvm-rg350-206a18dbfacf1292601cbc4db2893bea0c938059.tar.bz2
scummvm-rg350-206a18dbfacf1292601cbc4db2893bea0c938059.zip
GNAP: Refactor scene 44
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index 3f6e932756..b74173070a 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -612,16 +612,6 @@ public:
bool toyUfoCheckTimer();
void toyUfoFlyTo(int destX, int destY, int minX, int maxX, int minY, int maxY, int animationIndex);
- // Scene 44
- int _s44_nextSpringGuySequenceId;
- int _s44_nextKissingLadySequenceId;
- int _s44_currSpringGuySequenceId;
- int _s44_currKissingLadySequenceId;
- int scene44_init();
- void scene44_updateHotspots();
- void scene44_run();
- void scene44_updateAnimations();
-
// Scene 45
int _s45_currDancerSequenceId;
int scene45_init();