diff options
author | Simon Howard | 2011-09-11 23:32:11 +0000 |
---|---|---|
committer | Simon Howard | 2011-09-11 23:32:11 +0000 |
commit | 11024d8214580d63ca7a9e70a121f5ff542a2fce (patch) | |
tree | 2d79d7f9702f6c7ab6af41303b0a0788fd4adf40 /src | |
parent | 1bcdb39fd1b273941c493be9259b44c8560b5d16 (diff) | |
download | chocolate-doom-11024d8214580d63ca7a9e70a121f5ff542a2fce.tar.gz chocolate-doom-11024d8214580d63ca7a9e70a121f5ff542a2fce.tar.bz2 chocolate-doom-11024d8214580d63ca7a9e70a121f5ff542a2fce.zip |
Oops.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2366
Diffstat (limited to 'src')
-rw-r--r-- | src/d_iwad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 12a7ada2..45c58e57 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -444,7 +444,7 @@ static GameMission_t IdentifyIWADByName(char *name, int mask) // Check if it ends in this IWAD name. - if (!strcasecmp(name, iwadname)) + if (!strcasecmp(name, iwads[i].name)) { mission = iwads[i].mission; break; |