diff options
author | Strangerke | 2013-03-19 08:31:49 +0100 |
---|---|---|
committer | Strangerke | 2013-03-19 08:31:49 +0100 |
commit | d85ac53420ca333bf97814cba0411e700adebe83 (patch) | |
tree | b3ae86144a2ac64d833e24bbde97d75a35974317 /engines/hopkins | |
parent | fd5f8c7ef3db56273b82d8221aeab2eb2648f8e1 (diff) | |
download | scummvm-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.h | 4 |
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 */ |