SharedState: Add RGSS3 default encrypted archive filename
This commit is contained in:
		
							parent
							
								
									de8773fb5c
								
							
						
					
					
						commit
						36eea09c7e
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -48,7 +48,11 @@
 | 
			
		|||
SharedState *SharedState::instance = 0;
 | 
			
		||||
static GlobalIBO *_globalIBO = 0;
 | 
			
		||||
 | 
			
		||||
#ifdef RGSS3
 | 
			
		||||
#define GAME_ARCHIVE "Game.rgss3a"
 | 
			
		||||
#else
 | 
			
		||||
#define GAME_ARCHIVE "Game.rgssad"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
struct SharedStatePrivate
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue