rnd-20020318-4-src
[rocksndiamonds.git] / src / files.c
index 9b5b73f5b302b002695091b382af99f7ea8f33da..cbf242ca3a5de0c98f1e808a60924fad5f56cff3 100644 (file)
@@ -1504,12 +1504,7 @@ void SaveScore(int level_nr)
 static struct SetupInfo si;
 static struct SetupInputInfo sii;
 static struct LevelDirInfo ldi;
-static struct
-{
-  int type;
-  void *value;
-  char *text;
-} token_info[] =
+static struct TokenInfo token_info[] =
 {
   /* global setup */
   { TYPE_STRING,  &si.player_name,     "player_name"                   },