Fix the previous revision.
This commit is contained in:
parent
d38fcc6cf4
commit
e7271e0a98
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue