Skip to content

Commit

Permalink
Update pr_cmds.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowsAdi committed Mar 4, 2022
1 parent 46130dd commit 019141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rehlds/engine/pr_cmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__);

Expand Down

0 comments on commit 019141a

Please sign in to comment.