--- deliantra/server/common/loader.C 2007/03/14 20:33:11 1.66 +++ deliantra/server/common/loader.C 2007/03/18 03:05:39 1.67 @@ -411,7 +411,7 @@ set_move (MoveType &mt, const char *str) { static const struct flagstr { - char *name; + const char *name; MoveType flags; } move_flags[] = { { "walk" , MOVE_WALK },