mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
14a3d89c67
Unmark BROKEN, generate patches for the bits (duplicate symbols) that broke the build, (these have been submitted upstream), massage messages and such. Changing version **DOES** mean that you can't connect to older servers, so include UPDATING to try to avoid people losing games (killed by pkg upgrade is so much more disheartening than killed by a Greater basilisk). Reported by: linimon
16 lines
364 B
C
16 lines
364 B
C
--- src/server/variable.c.orig 2021-02-18 22:26:47 UTC
|
|
+++ src/server/variable.c
|
|
@@ -254,10 +254,11 @@ s16b target_row;*/
|
|
/* Collection of connections/players */
|
|
element_group* players = NULL;
|
|
|
|
-/* User info */
|
|
+/* User info in z-file.c
|
|
int player_uid = 0;
|
|
int player_euid = 0;
|
|
int player_egid = 0;
|
|
+*/
|
|
|
|
/* The array of players */
|
|
player_type **Players;
|