typo in filename corrected

This commit is contained in:
Titus Tscharntke 2012-09-20 21:59:09 +00:00
parent 3017b61254
commit 64884e14d0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace Glest{ namespace Game{
static const string ITEM_MISSING = "***missing***";
const int HEADLESSSERVER_BROADCAST_SETTINGS_SECONDS = 4;
static const char *HEADLESS_SAVED_GAME_FILENAME = "lastHeadlessGamSettings.mgg";
static const char *HEADLESS_SAVED_GAME_FILENAME = "lastHeadlessGameSettings.mgg";
using namespace Shared::Util;