mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 21:34:08 +00:00
Add russian lang support
This commit is contained in:
parent
db92864fe2
commit
bb8868eba7
13 changed files with 697 additions and 515 deletions
|
@ -78,6 +78,9 @@ bool &CGame::germanGame = *(bool*)0x95CD1E;
|
|||
bool &CGame::noProstitutes = *(bool*)0x95CDCF;
|
||||
bool &CGame::playingIntro = *(bool*)0x95CDC2;
|
||||
char *CGame::aDatFile = (char*)0x773A48;
|
||||
#ifdef MORE_LANGUAGES
|
||||
bool CGame::russianGame = false;
|
||||
#endif
|
||||
|
||||
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue