DEADSOFTWARE

net: add some more gulag tools
[d2df-sdl.git] / src / game / g_player.pas
index 64e61666557c23ca74ea1011820a08725ee4d525..28032e95d4ea5c2b767c165ff8b6993915e5af21 100644 (file)
@@ -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;