Minor comment tweaks

This commit is contained in:
Kayne Ruse
2014-06-14 23:27:33 +10:00
parent a23fbbfb38
commit bd5e57401e
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
struct CombatData {
enum class Terrain {
//TODO: types of terrains
//TODO: types of combat terrains
NONE = 0,
GRASSLANDS,
};