aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/util
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2005-11-20 22:18:34 +0000
committerRene Stoeckel <[email protected]>2005-11-20 22:18:34 +0000
commit57f4ee905c2805bdb07076c04a41ab54111e8a71 (patch)
tree1e745d77d6f0b7b4e86c1978917525c43961b3ac /src/jake2/util
parent07964a7dee884f99eb25e069406ef349c6af43ac (diff)
savegames are now independend from different jake2 builds and releases
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