fixed some string issue for arguments.cc
This commit is contained in:
@ -172,7 +172,7 @@ void panic_args(feature panic) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const char *ARGS_LIST = "\
|
const char *ARGS_LIST = "\
|
||||||
-n : Use ncurses for I/O\n \
|
-n : Use ncurses for I/O\n\
|
||||||
-r : Randomly generate maps\n\
|
-r : Randomly generate maps\n\
|
||||||
-c : Enemies chase the player (CAUTION: THEY CAN REALLY CHASE!!!)\n\
|
-c : Enemies chase the player (CAUTION: THEY CAN REALLY CHASE!!!)\n\
|
||||||
-d : Enemies can go through doors (CAUTION: DO NOT ENABLE WITH CHASING!)\n\
|
-d : Enemies can go through doors (CAUTION: DO NOT ENABLE WITH CHASING!)\n\
|
||||||
|
Reference in New Issue
Block a user