[Scummvm-cvs-logs] scummvm master -> d85ac53420ca333bf97814cba0411e700adebe83
Strangerke
Strangerke at scummvm.org
Tue Mar 19 08:32:52 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d85ac53420 HOPKINS: Remove useless define
Commit: d85ac53420ca333bf97814cba0411e700adebe83
https://github.com/scummvm/scummvm/commit/d85ac53420ca333bf97814cba0411e700adebe83
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-03-19T00:31:49-07:00
Commit Message:
HOPKINS: Remove useless define
Changed paths:
engines/hopkins/hopkins.h
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index 306fb6a..5e07688 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 */
More information about the Scummvm-git-logs
mailing list