From 47a0525ab8f99180e1d7a1a74fb6ca620c08f7b5 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 12 Jan 2008 12:27:55 +0000 Subject: merged editor over to trunk --- src/game/server/gs_game.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/game/server') diff --git a/src/game/server/gs_game.cpp b/src/game/server/gs_game.cpp index badabee6..2b3af530 100644 --- a/src/game/server/gs_game.cpp +++ b/src/game/server/gs_game.cpp @@ -49,10 +49,7 @@ void gameobject::resetgame() world->reset_requested = true; } -static bool is_separator(char c) -{ - return c == ';' || c == ' ' || c == ',' || c == '\t'; -} +static bool is_separator(char c) { return c == ';' || c == ' ' || c == ',' || c == '\t'; } void gameobject::startround() { -- cgit 1.4.1