From 16bca58803c5ff76de20889bc064f22e5305b9ed Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Mon, 22 Feb 2021 16:28:34 +0100 Subject: blinking cursor and fix net --- gst/units.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/units.h') diff --git a/gst/units.h b/gst/units.h index 8e78d8d..d574b79 100644 --- a/gst/units.h +++ b/gst/units.h @@ -22,6 +22,7 @@ typedef struct army_ { unit **grid; int uslen; int sx, sy; + char name[32]; } army; -- cgit v1.2.3-54-g00ecf