blob: 677ad5fb2a67d6c64d0d644f253272bf1768a620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmn/coord.h.orig 2012-05-27 06:52:31.000000000 +0900
+++ cmn/coord.h 2012-05-27 06:53:11.000000000 +0900
@@ -619,7 +619,7 @@
int enemiesInitial; // enemies on first level
int enemiesIncr; // this many more enemies each level
int enemiesMax; // maximum number of enemies (for levels)
- char *name; // of this difficulty level
+ const char *name; // of this difficulty level
};
enum {DIFF_TRIVIAL,DIFF_NORMAL,DIFF_HARD,DIFF_BEND_OVER,
DIFFICULTY_LEVELS_NUM, DIFF_NONE=DIFFICULTY_LEVELS_NUM};
|