fixed compile error. sorry, missed this one on last check in

This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-15 11:26:26 +00:00
parent 9c10f47daa
commit a6b2a43188
2 changed files with 0 additions and 7 deletions

View File

@@ -410,11 +410,6 @@ int GameOptions::save()
return 1;
}
GameSettings GameOptions::getGameSettings()
{
return options;
}
GameOption& GameOptions::operator[](int optionID)
{