X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/3b66b674823107290c57b1cba33634cb106f4b9e..313fa7d1a4c0bf679decd3542967f0ef4a1a80ed:/games/phantasia/phantstruct.h diff --git a/games/phantasia/phantstruct.h b/games/phantasia/phantstruct.h index a0e0e09484..678fc1237e 100644 --- a/games/phantasia/phantstruct.h +++ b/games/phantasia/phantstruct.h @@ -1,7 +1,7 @@ /* * phantstruct.h - structure definitions for Phantasia * - * $DragonFly: src/games/phantasia/phantstruct.h,v 1.2 2005/05/31 00:00:38 swildner Exp $ + * $DragonFly: src/games/phantasia/phantstruct.h,v 1.3 2005/05/31 00:06:26 swildner Exp $ */ struct player /* player statistics */ @@ -121,6 +121,6 @@ struct charstats /* character type statistics */ struct menuitem /* menu item for purchase */ { - char *item; /* menu item name */ + const char *item; /* menu item name */ double cost; /* cost of item */ };