Cosmetics.

This commit is contained in:
Markus Armbruster 2003-12-17 21:26:26 +00:00
parent aa377df359
commit d8cb7c48f0
11 changed files with 15 additions and 21 deletions

View file

@ -144,7 +144,7 @@ void *argv;
dp = player_new(0, 0);
stacksize = 100000 +
/* finish_sects */ WORLD_X * WORLD_Y * (2 * sizeof(double) +
sizeof(s_char *));
sizeof(s_char *));
empth_create(PP_UPDATE, update_main, stacksize, 0,
"UpdateRun", "Updates the world", dp);