Skip to content

Commit

Permalink
engine: model: fixed incorrect check in Mod_LoadModel
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Jan 26, 2025
1 parent c3b8696 commit 0f3fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/common/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ model_t *Mod_LoadModel( model_t *mod, qboolean crash )
{
// let the server.dll load custom data
svgame.physFuncs.Mod_ProcessUserData( mod, true, buf );
loaded2 = true;
}
loaded2 = true;
}
#if !XASH_DEDICATED
else
Expand Down

0 comments on commit 0f3fa07

Please sign in to comment.