about summary refs log tree commit diff
path: root/src/game/game_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_protocol.h')
-rw-r--r--src/game/game_protocol.h2
1 files changed, 1 insertions, 1 deletions
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