diff options
author | Carsten Weisse <[email protected]> | 2007-02-27 14:22:31 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2007-02-27 14:22:31 +0000 |
commit | 63dee8b5dc571906032dd54485cf8d479f22c8c9 (patch) | |
tree | 39e999bd9a725cc8ed21a503a7b6c69855c00e97 /src/jake2/game/monsterinfo_t.java | |
parent | fac8ab444fea2a08b949b0853a6b0aee39aa099a (diff) |
clean up
Diffstat (limited to 'src/jake2/game/monsterinfo_t.java')
-rw-r--r-- | src/jake2/game/monsterinfo_t.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jake2/game/monsterinfo_t.java b/src/jake2/game/monsterinfo_t.java index 4a98213..3889f06 100644 --- a/src/jake2/game/monsterinfo_t.java +++ b/src/jake2/game/monsterinfo_t.java @@ -19,14 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 31.10.2003 by RST. -// $Id: monsterinfo_t.java,v 1.2 2004-08-20 21:29:58 salomo Exp $ package jake2.game; import jake2.util.QuakeFile; import java.io.IOException; -import java.io.RandomAccessFile; public class monsterinfo_t { |