From aa69c07fbefc1c1f717909bfe47fe3480874a2c1 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 19 Apr 1993 11:10:01 +0000 Subject: Initialize locations before checking wizard mode. --- battlestar/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battlestar/init.c') 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); } -- cgit v1.2.3