And I always forget something after the final commit ...

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2101 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-08-19 21:52:30 +00:00
parent b2ed949082
commit 60171fe69c
2 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,6 @@
#include <cstdlib> #include <cstdlib>
#define STELLA_VERSION "3.2" #define STELLA_VERSION "3.2"
#define STELLA_BUILD atoi("$Rev$"+6) #define STELLA_BUILD atoi("$Rev$" + 6)
#endif #endif

View File

@ -29,8 +29,8 @@
#include "StateManager.hxx" #include "StateManager.hxx"
#define STATE_HEADER "03010t04state" #define STATE_HEADER "03020000state"
#define MOVIE_HEADER "03010t04movie" #define MOVIE_HEADER "03020000movie"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StateManager::StateManager(OSystem* osystem) StateManager::StateManager(OSystem* osystem)