aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/globals_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-23 21:57:25 -0400
committerPaul Gilbert2014-04-23 21:57:25 -0400
commit1495f04bbcbe26bb3f2b93131e3d89c30ea47279 (patch)
tree4669ad9fd251512ab4232aab6bcc8f618e0438e0 /engines/mads/nebular/globals_nebular.cpp
parentc1a90cdda1f1424cb9b6b2e91b82c47cf0913335 (diff)
downloadscummvm-rg350-1495f04bbcbe26bb3f2b93131e3d89c30ea47279.tar.gz
scummvm-rg350-1495f04bbcbe26bb3f2b93131e3d89c30ea47279.tar.bz2
scummvm-rg350-1495f04bbcbe26bb3f2b93131e3d89c30ea47279.zip
MADS: Fix scenes previously using globals to properly use locals
Diffstat (limited to 'engines/mads/nebular/globals_nebular.cpp')
-rw-r--r--engines/mads/nebular/globals_nebular.cpp14
1 files changed, 0 insertions, 14 deletions
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