summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 22:25:27 +0000
committertron <tron@openttd.org>2005-02-06 22:25:27 +0000
commiteed181245dffbc04a2e527e8e7cccf44ce4fda86 (patch)
treef2cd6e89c719cd0e1e1f5f36d8b3e1bcb804079f /variables.h
parent27dc506a0313993c8e7dc4acf77da9649d362a58 (diff)
downloadopenttd-eed181245dffbc04a2e527e8e7cccf44ce4fda86.tar.xz
(svn r1833) byte -> char transition: the rest
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.