aboutsummaryrefslogtreecommitdiff
path: root/gob/gob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/gob.cpp')
-rw-r--r--gob/gob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp
index e8e9d292b9..a7117ac35a 100644
--- a/gob/gob.cpp
+++ b/gob/gob.cpp
@@ -88,7 +88,7 @@ REGISTER_PLUGIN(GOB, "Gob Engine")
namespace Gob {
#define MAX_TIME_DELTA 100
- GobEngine *_vm = NULL;
+GobEngine *_vm = NULL;
GobEngine::GobEngine(GameDetector *detector, OSystem * syst) : Engine(syst) {