summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-10-30 19:49:52 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-10-30 19:49:52 +0100
commit7ce4768a475058f1f78dce5ebdcdd72bfc05776f (patch)
tree0ecb96eb4bbee4d70fa50373e6d6b2fb671baafd /include/players.h
parentc0d1f750783f00fb82b6ec2cce11e0ce423acf02 (diff)
highlight player in leaderboard
Diffstat (limited to 'include/players.h')
-rw-r--r--include/players.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/players.h b/include/players.h
index d6587db..99b230f 100644
--- a/include/players.h
+++ b/include/players.h
@@ -53,7 +53,7 @@ typedef struct t_player {
#include "protocol.h"
-u32 player_id = -1;
+u32 player_id = -1; // Session id on current server.
camera _next_camera_pos;