]> git.pond.sub.org Git - empserver/blobdiff - include/land.h
(lndstr, natstr, shpstr): Fix string types from s_char[] to char[].
[empserver] / include / land.h
index f5c405c391211f7cd533f3154b288bfeccc9d0e8..343d463625d9eed8a5be2eca9fe860ee6a3fce4f 100644 (file)
@@ -69,7 +69,7 @@ struct lndstr {
     u_char lnd_fuel;           /* How much fuel do we have */
     u_char lnd_nxlight;                /* How many xlight planes on board? */
     int lnd_rflags;            /* When do I retreat? */
-    s_char lnd_rpath[RET_LEN]; /* retreat path */
+    char lnd_rpath[RET_LEN];   /* retreat path */
     u_char lnd_rad_max;                /* max radius for this unit */
     u_char lnd_scar;           /* how experienced the unit is (not used) */
     short lnd_item[I_MAX+1];   /* amount of items on board */