summaryrefslogtreecommitdiffstats
path: root/games/battlestar/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/init.c')
-rw-r--r--games/battlestar/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/init.c b/games/battlestar/init.c
index d0359de..6d3a2ed 100644
--- a/games/battlestar/init.c
+++ b/games/battlestar/init.c
@@ -56,7 +56,7 @@ initialize(startup)
wordinit();
if (startup) {
direction = NORTH;
- time = 0;
+ gtime = 0;
snooze = CYCLE * 1.5;
position = 22;
setbit(wear, PAJAMAS);
@@ -121,7 +121,7 @@ checkout(uname)
if (location != NULL) {
CUMBER = 3;
WEIGHT = 9; /* that'll get him! */
- clock = 10;
+ gclock = 10;
setbit(location[7].objects, WOODSMAN); /* viper room */
setbit(location[20].objects, WOODSMAN); /* laser " */
setbit(location[13].objects, DARK); /* amulet " */
OpenPOWER on IntegriCloud