From eed181245dffbc04a2e527e8e7cccf44ce4fda86 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 22:25:27 +0000 Subject: (svn r1833) byte -> char transition: the rest --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') 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. -- cgit v1.2.3-54-g00ecf