diff options
-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 */ |