Add polish lang support

This commit is contained in:
Fire-Head 2020-04-19 22:32:59 +03:00
parent 0f07a323c9
commit 2308321805
10 changed files with 82 additions and 3 deletions

View file

@ -98,6 +98,7 @@ bool CGame::noProstitutes;
bool CGame::playingIntro;
char CGame::aDatFile[32];
#ifdef MORE_LANGUAGES
bool CGame::polishGame = false;
bool CGame::russianGame = false;
#endif