SharedState: Add RGSS3 default encrypted archive filename

This commit is contained in:
Jonas Kulla 2014-08-15 23:10:25 +02:00
parent de8773fb5c
commit 36eea09c7e
1 changed files with 4 additions and 0 deletions

View File

@ -48,7 +48,11 @@
SharedState *SharedState::instance = 0; SharedState *SharedState::instance = 0;
static GlobalIBO *_globalIBO = 0; static GlobalIBO *_globalIBO = 0;
#ifdef RGSS3
#define GAME_ARCHIVE "Game.rgss3a"
#else
#define GAME_ARCHIVE "Game.rgssad" #define GAME_ARCHIVE "Game.rgssad"
#endif
struct SharedStatePrivate struct SharedStatePrivate
{ {