GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net: add some more gulag tools
[d2df-sdl.git]
/
src
/
game
/
g_player.pas
diff --git
a/src/game/g_player.pas
b/src/game/g_player.pas
index 64e61666557c23ca74ea1011820a08725ee4d525..28032e95d4ea5c2b767c165ff8b6993915e5af21 100644
(file)
--- a/
src/game/g_player.pas
+++ b/
src/game/g_player.pas
@@
-114,6
+114,7
@@
type
Kills: Word;
Color: TRGB;
Spectator: Boolean;
+ UID: Word;
end;
TPlayerStatArray = Array of TPlayerStat;
@@
-1521,6
+1522,7
@@
begin
Color := gPlayers[a].FModel.Color;
Lives := gPlayers[a].FLives;
Spectator := gPlayers[a].FSpectator;
+ UID := gPlayers[a].FUID;
end;
end;
end;
DEADSOFTWARE 2012-2025