From b32d6c69cb1b07e9e6ed38be292862aef1995e73 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 16 Aug 2014 04:06:52 +0200 Subject: [PATCH] SharedState: Add RGSS2 default encrypted archive filename --- src/sharedstate.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sharedstate.cpp b/src/sharedstate.cpp index bbf24c6..36b4332 100644 --- a/src/sharedstate.cpp +++ b/src/sharedstate.cpp @@ -50,6 +50,8 @@ static GlobalIBO *_globalIBO = 0; #ifdef RGSS3 #define GAME_ARCHIVE "Game.rgss3a" +#elif RGSS2 +#define GAME_ARCHIVE "Game.rgss2a" #else #define GAME_ARCHIVE "Game.rgssad" #endif