summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 99800f905..19e96d428 100644
--- a/variables.h
+++ b/variables.h
@@ -303,7 +303,7 @@ VARDEF uint _returned_refit_amount;
// 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.