diff --git a/game/ai/AI.cpp b/game/ai/AI.cpp index 4a40ed4bf..4a140b32c 100644 --- a/game/ai/AI.cpp +++ b/game/ai/AI.cpp @@ -4170,10 +4170,8 @@ void idAI::SetMoveType( idStr moveType ) } else { - gameLocal.Warning( "Invalid movetype %s", moveType ); + gameLocal.Warning( "Invalid movetype %s", moveType.c_str() ); } - - } /*