Fixed Alien Blaster textures out of place

This commit is contained in:
pelya
2010-07-09 16:24:05 +03:00
parent edd162e109
commit 362c83b759
3 changed files with 11 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ class Settings {
Font *fontKey;
Font *fontHighlighted;
std::vector< PlayerEventKeys > playerKeys;
std::map< SDLKey, std::string > keyName;
//std::map< SDLKey, std::string > keyName;
PlayerEventName playerEventNames;
DefaultSettings defaultSettings;
void getNewKeyFromUser();