Skip to content

Commit

Permalink
TINSEL: Remove now duplicate VER macro
Browse files Browse the repository at this point in the history
  • Loading branch information
bgK committed Feb 1, 2018
1 parent 11d4751 commit eae6930
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions engines/tinsel/saveload.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit eae6930

Please sign in to comment.