Fix the previous revision.

This commit is contained in:
Markus Armbruster 2007-01-16 19:54:12 +00:00
parent d38fcc6cf4
commit e7271e0a98

View file

@ -64,7 +64,7 @@ update_init(void)
exit_nomem();
if (!empth_create(PP_SCHED, update_wait, 50 * 1024, 0,
"Update", "Updates the world", NULL))
"UpdateWait", "Waits until players idle", NULL))
exit_nomem();
if (!empth_create(PP_SCHED, update_sched, 50 * 1024, 0,