From e6c4db94d81306fda59b8fb32ae07fb3f0c8bf08 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 29 Jul 2007 13:21:33 +0000 Subject: fixed some problems with the snapshot handling. added fps meter. fixed error when connecting to several servers --- src/game/server/game_server.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/server') diff --git a/src/game/server/game_server.cpp b/src/game/server/game_server.cpp index d1b3c44b..fa7493bf 100644 --- a/src/game/server/game_server.cpp +++ b/src/game/server/game_server.cpp @@ -1826,6 +1826,8 @@ void mods_init() if(type != -1) { + // LOL, the only new in the entire game code + // perhaps we can get rid of it. seams like a stupid thing to have powerup *ppower = new powerup(type, subtype); ppower->pos = vec2(it->x, it->y); } -- cgit 1.4.1