1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/mangband/files/patch-src_server_variable.c
Adriaan de Groot 14a3d89c67 Update games/mangband to latest upstream release
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
2021-02-18 23:20:29 +00:00

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;