SharedState: Add RGSS2 default encrypted archive filename
This commit is contained in:
parent
840ecee084
commit
b32d6c69cb
|
@ -50,6 +50,8 @@ static GlobalIBO *_globalIBO = 0;
|
||||||
|
|
||||||
#ifdef RGSS3
|
#ifdef RGSS3
|
||||||
#define GAME_ARCHIVE "Game.rgss3a"
|
#define GAME_ARCHIVE "Game.rgss3a"
|
||||||
|
#elif RGSS2
|
||||||
|
#define GAME_ARCHIVE "Game.rgss2a"
|
||||||
#else
|
#else
|
||||||
#define GAME_ARCHIVE "Game.rgssad"
|
#define GAME_ARCHIVE "Game.rgssad"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue