last commit didn't compile

This commit is contained in:
Enno Rehling 2007-05-28 16:51:23 +00:00
parent b1bf54067e
commit e639f53ea8
2 changed files with 0 additions and 2 deletions

View File

@ -141,7 +141,6 @@ extern boolean opt_cr_absolute_coords;
struct settings global = { struct settings global = {
"Eressea", /* gamename */ "Eressea", /* gamename */
"eressea", /* resourcepath */
1000, /* maxunits */ 1000, /* maxunits */
}; };

View File

@ -166,7 +166,6 @@ static const char * script_path = "scripts";
struct settings global = { struct settings global = {
"Eressea", /* gamename */ "Eressea", /* gamename */
"eressea", /* resourcepath */
1000, /* maxunits */ 1000, /* maxunits */
}; };