shithub: choc

Download patch

ref: 11024d8214580d63ca7a9e70a121f5ff542a2fce
parent: 1bcdb39fd1b273941c493be9259b44c8560b5d16
author: Simon Howard <fraggle@gmail.com>
date: Sun Sep 11 19:32:11 EDT 2011

Oops.

Subversion-branch: /branches/raven-branch
Subversion-revision: 2366

--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -444,7 +444,7 @@
 
         // Check if it ends in this IWAD name.
 
-        if (!strcasecmp(name, iwadname))
+        if (!strcasecmp(name, iwads[i].name))
         {
             mission = iwads[i].mission;
             break;