diff options
author | Eugene Sandulenko | 2019-11-10 19:47:48 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-10 19:50:48 +0100 |
commit | baa7e0f5f3ea862ad1217d204f98c2fee1b69343 (patch) | |
tree | 0ba650cc7eeeed3cf07d2df63b786781e8dfc6dc /engines/fullpipe | |
parent | 1f5185f130aea029b00d04761d3cc999634ca101 (diff) | |
download | scummvm-rg350-baa7e0f5f3ea862ad1217d204f98c2fee1b69343.tar.gz scummvm-rg350-baa7e0f5f3ea862ad1217d204f98c2fee1b69343.tar.bz2 scummvm-rg350-baa7e0f5f3ea862ad1217d204f98c2fee1b69343.zip |
FULLPIPE: Do not void global engine pointer too early
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/fullpipe.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/fullpipe.cpp b/engines/fullpipe/fullpipe.cpp index b6bcbfce6a..409f88604e 100644 --- a/engines/fullpipe/fullpipe.cpp +++ b/engines/fullpipe/fullpipe.cpp @@ -185,7 +185,6 @@ FullpipeEngine::FullpipeEngine(OSystem *syst, const ADGameDescription *gameDesc) } FullpipeEngine::~FullpipeEngine() { - g_fp = nullptr; delete g_vars; g_vars = nullptr; } |