aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/jake2/util')
-rw-r--r--src/jake2/util/QuakeFile.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/util/QuakeFile.java b/src/jake2/util/QuakeFile.java
index 431a961..8ff6c28 100644
--- a/src/jake2/util/QuakeFile.java
+++ b/src/jake2/util/QuakeFile.java
@@ -20,7 +20,7 @@
// Created on 24.07.2004 by RST.
-// $Id: QuakeFile.java,v 1.5 2005-11-16 22:24:53 salomo Exp $
+// $Id: QuakeFile.java,v 1.6 2005-11-20 22:18:34 salomo Exp $
package jake2.util;
@@ -156,7 +156,7 @@ public class QuakeFile extends RandomAccessFile {
if (ndx == -1)
return null;
else
- return GameItems.itemlist[ndx];
+ return GameItemList.itemlist[ndx];
}
} \ No newline at end of file