diff options
Diffstat (limited to 'games/xevil/files/patch-cmn__coord.h')
-rw-r--r-- | games/xevil/files/patch-cmn__coord.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn__coord.h b/games/xevil/files/patch-cmn__coord.h new file mode 100644 index 000000000000..677ad5fb2a67 --- /dev/null +++ b/games/xevil/files/patch-cmn__coord.h @@ -0,0 +1,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}; |