mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19:48 +02:00
- do not print out crc log info if disabled
This commit is contained in:
@@ -4909,7 +4909,7 @@ Stats Game::quitGame() {
|
|||||||
void Game::DumpCRCWorldLogIfRequired(string fileSuffix) {
|
void Game::DumpCRCWorldLogIfRequired(string fileSuffix) {
|
||||||
bool isNetworkGame = this->gameSettings.isNetworkGame();
|
bool isNetworkGame = this->gameSettings.isNetworkGame();
|
||||||
if(isNetworkGame == true) {
|
if(isNetworkGame == true) {
|
||||||
printf("Check save world CRC to log. isNetworkGame = %d fileSuffix = %s\n",isNetworkGame,fileSuffix.c_str());
|
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("Check save world CRC to log. isNetworkGame = %d fileSuffix = %s\n",isNetworkGame,fileSuffix.c_str());
|
||||||
|
|
||||||
GameSettings *settings = world.getGameSettingsPtr();
|
GameSettings *settings = world.getGameSettingsPtr();
|
||||||
if(settings != NULL &&
|
if(settings != NULL &&
|
||||||
|
Reference in New Issue
Block a user