src/game.h

changeset 92
84e0dec5db16
parent 90
395542d915d7
child 94
864f59271974
--- a/src/game.h	Sat Mar 28 14:04:21 2026 +0100
+++ b/src/game.h	Sun Mar 29 13:18:40 2026 +0200
@@ -39,9 +39,9 @@
 
 typedef struct {
     GameInfo gameinfo;
-    char* port;
     char* serverhost; /* NULL, if we are about to start a server */
     char* continuepgn;
+    short port;
     bool singlemachine;
     bool disableflip;
     bool unicode;

mercurial