about summary refs log tree commit diff
path: root/src/game/client/gameclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gameclient.cpp')
-rw-r--r--src/game/client/gameclient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp
index 6b3f3492..9af337e0 100644
--- a/src/game/client/gameclient.cpp
+++ b/src/game/client/gameclient.cpp
@@ -588,7 +588,8 @@ void GAMECLIENT::on_snapshot()
 					clients[cid].skin_info.color_feet = vec4(1,1,1,1);
 				}
 
-				clients[cid].update_render_info();					
+				clients[cid].update_render_info();
+				gameclient.snap.num_players++;
 				
 			}
 			else if(item.type == NETOBJTYPE_PLAYER_INFO)