[Scummvm-git-logs] scummvm master -> eae6930ae0ee0070e2f14d7fb02df8cdc562f8b2
bgK
bastien.bouclet at gmail.com
Thu Feb 1 14:45:09 CET 2018
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:
eae6930ae0 TINSEL: Remove now duplicate VER macro
Commit: eae6930ae0ee0070e2f14d7fb02df8cdc562f8b2
https://github.com/scummvm/scummvm/commit/eae6930ae0ee0070e2f14d7fb02df8cdc562f8b2
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-02-01T14:42:33+01:00
Commit Message:
TINSEL: Remove now duplicate VER macro
Changed paths:
engines/tinsel/saveload.cpp
diff --git a/engines/tinsel/saveload.cpp b/engines/tinsel/saveload.cpp
index 95364fa..3c7dec7 100644
--- a/engines/tinsel/saveload.cpp
+++ b/engines/tinsel/saveload.cpp
@@ -57,14 +57,6 @@ namespace Tinsel {
*/
#define CURRENT_VER 2
-/**
- * An auxillary macro, used to specify savegame versions. We use this instead
- * of just writing the raw version, because this way they stand out more to
- * the reading eye, making it a bit easier to navigate through the code.
- */
-#define VER(x) x
-
-
//----------------- GLOBAL GLOBAL DATA --------------------
int g_thingHeld = 0;
More information about the Scummvm-git-logs
mailing list