summaryrefslogtreecommitdiff
path: root/src/heretic/r_things.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/r_things.c')
-rw-r--r--src/heretic/r_things.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/r_things.c b/src/heretic/r_things.c
index de51504b..1c7f1889 100644
--- a/src/heretic/r_things.c
+++ b/src/heretic/r_things.c
@@ -203,7 +203,7 @@ void R_InitSpriteDefs(char **namelist)
{
//continue;
sprites[i].numframes = 0;
- if (shareware)
+ if (gamemode == shareware)
continue;
I_Error("R_InitSprites: No lumps found for sprite %s",
namelist[i]);