aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins
diff options
context:
space:
mode:
authorStrangerke2013-03-19 08:31:49 +0100
committerStrangerke2013-03-19 08:31:49 +0100
commitd85ac53420ca333bf97814cba0411e700adebe83 (patch)
treeb3ae86144a2ac64d833e24bbde97d75a35974317 /engines/hopkins
parentfd5f8c7ef3db56273b82d8221aeab2eb2648f8e1 (diff)
downloadscummvm-rg350-d85ac53420ca333bf97814cba0411e700adebe83.tar.gz
scummvm-rg350-d85ac53420ca333bf97814cba0411e700adebe83.tar.bz2
scummvm-rg350-d85ac53420ca333bf97814cba0411e700adebe83.zip
HOPKINS: Remove useless define
Diffstat (limited to 'engines/hopkins')
-rw-r--r--engines/hopkins/hopkins.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index 306fb6a8f3..5e07688eb7 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -184,7 +184,7 @@ public:
void playIntro();
/**
- * Synchronises the sound settings from ScummVM into the engine
+ * Synchronizes the sound settings from ScummVM into the engine
*/
virtual void syncSoundSettings();
};
@@ -192,8 +192,6 @@ public:
// Global reference to the HopkinsEngine object
extern HopkinsEngine *g_vm;
-#define GLOBALS g_vm->_globals
-
} // End of namespace Hopkins
#endif /* HOPKINS_HOPKINS_H */