mirror of https://github.com/stella-emu/stella.git
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:
parent
b2ed949082
commit
60171fe69c
|
@ -23,6 +23,6 @@
|
|||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "3.2"
|
||||
#define STELLA_BUILD atoi("$Rev$"+6)
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
#include "StateManager.hxx"
|
||||
|
||||
#define STATE_HEADER "03010t04state"
|
||||
#define MOVIE_HEADER "03010t04movie"
|
||||
#define STATE_HEADER "03020000state"
|
||||
#define MOVIE_HEADER "03020000movie"
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
StateManager::StateManager(OSystem* osystem)
|
||||
|
|
Loading…
Reference in New Issue