aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/game/game_locals_t.java
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2004-07-12 20:47:02 +0000
committerHolger Zickner <[email protected]>2004-07-12 20:47:02 +0000
commit4dca2574fe978cb98a9320f6db8176ee77973e91 (patch)
tree6cd1d23b2136f4f3817de7a0ba71c6f0d9ff52d3 /src/jake2/game/game_locals_t.java
parent25252922d19cd51c8bf7a3544d6b2a82c8a26fff (diff)
cleanups
Diffstat (limited to 'src/jake2/game/game_locals_t.java')
-rw-r--r--src/jake2/game/game_locals_t.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/jake2/game/game_locals_t.java b/src/jake2/game/game_locals_t.java
index 3a04445..e638195 100644
--- a/src/jake2/game/game_locals_t.java
+++ b/src/jake2/game/game_locals_t.java
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 31.10.2003 by RST.
-// $Id: game_locals_t.java,v 1.2 2004-07-08 15:58:44 hzi Exp $
+// $Id: game_locals_t.java,v 1.3 2004-07-12 20:47:01 hzi Exp $
package jake2.game;
@@ -27,7 +27,6 @@ import jake2.Defines;
import jake2.qcommon.Com;
import jake2.util.Lib;
-import java.io.IOException;
import java.nio.ByteBuffer;
public class game_locals_t extends Defines
@@ -60,7 +59,7 @@ public class game_locals_t extends Defines
public int num_items;
public boolean autosaved;
- public void load(ByteBuffer bb) throws IOException
+ public void load(ByteBuffer bb)
{
String date = Lib.readString(bb, 16);