diff options
| -rw-r--r-- | battlestar/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battlestar/init.c b/battlestar/init.c index 47806cc9..ff22ead0 100644 --- a/battlestar/init.c +++ b/battlestar/init.c @@ -50,7 +50,6 @@ initialize(startup) puts("Admiral D.W. Riggle\n"); srand(getpid()); getutmp(uname); - wiz = wizard(uname); wordinit(); if (startup) { location = dayfile; @@ -65,6 +64,7 @@ initialize(startup) setbit(location[p->room].objects, p->obj); } else restore(); + wiz = wizard(uname); signal(SIGINT, die); } |
