Fixed magic number issues

This commit is contained in:
Kayne Ruse
2013-05-21 01:45:36 +10:00
parent bf73b542f1
commit 66f54dca0b
2 changed files with 19 additions and 5 deletions
+2
View File
@@ -54,8 +54,10 @@ protected:
RasterFont font;
ButtonMap buttonMap;
//the list of servers on the screen
std::vector<Server> serverVector;
Server* selectedServer = nullptr;
SDL_Rect listBox;
};
#endif