From ad346bbd3be18e7b89f07b981dd3f95e4dfbb594 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 11 Apr 2014 23:15:22 +0200 Subject: MADS: Implement scene 104, start splitting the arrays storing sprite and sequence indexes --- engines/mads/nebular/globals_nebular.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mads/nebular/globals_nebular.h') diff --git a/engines/mads/nebular/globals_nebular.h b/engines/mads/nebular/globals_nebular.h index 51e18ee7cb..242e0d1b7b 100644 --- a/engines/mads/nebular/globals_nebular.h +++ b/engines/mads/nebular/globals_nebular.h @@ -284,6 +284,7 @@ private: Common::Array _flags; public: Common::Array _spriteIndexes; + Common::Array _sequenceIndexes; int _timebombClock, _timebombTimer; int _v0; -- cgit v1.2.3