From 1495f04bbcbe26bb3f2b93131e3d89c30ea47279 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 23 Apr 2014 21:57:25 -0400 Subject: MADS: Fix scenes previously using globals to properly use locals --- engines/mads/nebular/globals_nebular.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'engines/mads/nebular/globals_nebular.cpp') diff --git a/engines/mads/nebular/globals_nebular.cpp b/engines/mads/nebular/globals_nebular.cpp index a8b7cdce72..4144797abc 100644 --- a/engines/mads/nebular/globals_nebular.cpp +++ b/engines/mads/nebular/globals_nebular.cpp @@ -37,20 +37,6 @@ NebularGlobals::NebularGlobals(): Globals() { // Initialize game flags _timebombClock = 0; _timebombTimer = 0; - _v0 = 0; - _frameTime = 0; - _v2 = 0; - _v3 = 0; - _v4 = 0; - _v5 = 0; - _v6 = 0; - _v7 = 0; - _v8 = 0; - _abortVal = 0; - _v84262 = 0; - _v84264 = 0; - _v84266 = 0; - _v84268 = 0; } } // End of namespace Nebular -- cgit v1.2.3