From d66a2a46efd9369d918a60d5483c23ed39e8dd58 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 18 Nov 2007 22:20:35 +0000 Subject: fixed menu switching problems and some compile errors --- src/game/game_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game_protocol.h') diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index d2f2b6e5..eb59590a 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -160,7 +160,7 @@ struct obj_flag { int x, y; int team; - int local_carry; // is set if the local player has the flag + int carried_by; // is set if the local player has the flag }; // core object needed for physics -- cgit 1.4.1