variables.h
changeset 1329 a8a0d60b0a8e
parent 1323 41397685320a
child 1346 6d940a8a8103
--- a/variables.h	Sun Feb 06 20:53:31 2005 +0000
+++ b/variables.h	Sun Feb 06 22:25:27 2005 +0000
@@ -303,7 +303,7 @@
 // Deals with the type of the savegame, independent of extension
 typedef struct {
 	int mode;						// savegame/scenario type (old, new)
-	byte name[MAX_PATH];	// name
+	char name[MAX_PATH];	// name
 } SmallFiosItem;
 
 // Used when switching from the intro menu.