Another tiny formatting fix

This commit is contained in:
Pasi Kallinen
2015-12-30 17:41:48 +02:00
parent e29c21f367
commit 7be8e1f8bb

View File

@@ -318,9 +318,7 @@ struct savefile_info {
#define PL_NSIZ 32 /* name of player, ghost, shopkeeper */
#define PL_CSIZ 32 /* sizeof pl_character */
#define PL_FSIZ 32 /* fruit name */
#define PL_PSIZ \
63 /* player-given names for pets, other \
* monsters, objects */
#define PL_PSIZ 63 /* player-given names for pets, other monsters, objects */
#define MAXDUNGEON 16 /* current maximum number of dungeons */
#define MAXLEVEL 32 /* max number of levels in one dungeon */