diff options
-rw-r--r-- | src/hexen/h2_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 77f1bafd..b98621b2 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -271,7 +271,7 @@ void D_IdentifyVersion(void) } // The v1.0 IWAD file is missing a bunch of lumps. - if (W_CheckNumForName("CLUS1MSG") == -1) + if (gamemode != shareware && W_CheckNumForName("CLUS1MSG") == -1) { printf( "** WARNING: You are playing with the Hexen v1.0 IWAD. This\n" |