change detected game to trying to start game as this message is displayed even when there aren't any resource files in the specified directory

svn-id: r6313
This commit is contained in:
Jonathan Gray 2003-01-01 16:07:08 +00:00
parent b5d0e48695
commit 53ba3e7cee

View File

@ -577,7 +577,7 @@ bool GameDetector::detectGame()
_gameRealName = gnl->filename;
_features = gnl->features;
_gameText = gnl->gamename;
debug(1, "Detected game '%s', version %d.%d.%d",
debug(1, "Trying to start game '%s', version %d.%d.%d",
gnl->gamename, gnl->major, gnl->middle, gnl->minor);
return true;
}