diff --git a/neo/d3xp/gamesys/SysCmds.cpp b/neo/d3xp/gamesys/SysCmds.cpp index 7b32cef..9a0f8ef 100644 --- a/neo/d3xp/gamesys/SysCmds.cpp +++ b/neo/d3xp/gamesys/SysCmds.cpp @@ -446,7 +446,7 @@ argv(0) god ================== */ void Cmd_God_f( const idCmdArgs &args ) { - char *msg; + const char *msg; idPlayer *player; player = gameLocal.GetLocalPlayer(); @@ -475,7 +475,7 @@ argv(0) notarget ================== */ void Cmd_Notarget_f( const idCmdArgs &args ) { - char *msg; + const char *msg; idPlayer *player; player = gameLocal.GetLocalPlayer(); @@ -502,7 +502,7 @@ argv(0) noclip ================== */ void Cmd_Noclip_f( const idCmdArgs &args ) { - char *msg; + const char *msg; idPlayer *player; player = gameLocal.GetLocalPlayer();