Removed ESC key exit, and tweaked some comments

This commit is contained in:
Kayne Ruse
2014-06-15 22:24:50 +10:00
parent 61848db65b
commit 5c74ecdd72
18 changed files with 33 additions and 103 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct CombatPacket : SerialPacketBase {
int mapIndex;
Vector2 origin;
//TODO: rewards
//TODO: gameplay components: rewards
};
#endif