aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/game/GameBase.java
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2004-09-10 19:02:57 +0000
committerRene Stoeckel <[email protected]>2004-09-10 19:02:57 +0000
commit6f76cc5ea1a24c918ceb82136328ae4fb8c526a4 (patch)
tree55225675ba3967ddb4deee9e7982eab17fb59e39 /src/jake2/game/GameBase.java
parent3716116d5b04c5ec6fd51e21953f572a5373e918 (diff)
did some cource cleanups
Diffstat (limited to 'src/jake2/game/GameBase.java')
-rw-r--r--src/jake2/game/GameBase.java25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/jake2/game/GameBase.java b/src/jake2/game/GameBase.java
index 323f6c8..f71ba76 100644
--- a/src/jake2/game/GameBase.java
+++ b/src/jake2/game/GameBase.java
@@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Created on 30.11.2003 by RST.
-// $Id: GameBase.java,v 1.6 2004-08-29 21:39:24 hzi Exp $
+// $Id: GameBase.java,v 1.7 2004-09-10 19:02:54 salomo Exp $
/** Father of all GameObjects. */
@@ -688,28 +688,5 @@ public class GameBase extends Globals {
return SV_WORLD.SV_PointContents(o);
}
};
-
- //globals.apiversion= GAME_API_VERSION;
- /*
- globals.Init = InitGame;
- globals.Shutdown = ShutdownGame;
- globals.SpawnEntities = SpawnEntities;
-
- globals.WriteGame = WriteGame;
- globals.ReadGame = ReadGame;
- globals.WriteLevel = WriteLevel;
- globals.ReadLevel = ReadLevel;
-
- globals.ClientThink = ClientThink;
- globals.ClientConnect = ClientConnect;
- globals.ClientUserinfoChanged = ClientUserinfoChanged;
- globals.ClientDisconnect = ClientDisconnect;
- globals.ClientBegin = ClientBegin;
- globals.ClientCommand = ClientCommand;
- globals.RunFrame = G_RunFrame;
- globals.ServerCommand = ServerCommand;
- */
-
- //return globals;
}
} \ No newline at end of file