diff --git a/rehlds/engine/pr_cmds.cpp b/rehlds/engine/pr_cmds.cpp index 7b2bd54dd..4544645e0 100644 --- a/rehlds/engine/pr_cmds.cpp +++ b/rehlds/engine/pr_cmds.cpp @@ -1389,7 +1389,7 @@ int EXT_FUNC PF_precache_model_I(const char *s) int EXT_FUNC PF_precache_model_I_internal(const char *s) { int iOptional = 0; - Con_Printf("Model: %s", char); + Con_Printf("Model: %s", s); if (!s) Host_Error("%s: NULL pointer", __func__);