summaryrefslogtreecommitdiffstats
path: root/phantasia/setup.c
diff options
context:
space:
mode:
authorross <ross@NetBSD.org>2004-04-07 17:46:47 +0000
committerross <ross@NetBSD.org>2004-04-07 17:46:47 +0000
commit0cf3d63b421b88cc05b4ac55af656f84128713f4 (patch)
tree69fc5b12037df0d93fe4e592b4423030a2f8f5ec /phantasia/setup.c
parentacc53772d30828b53555695b5a70ddc4b7149ee0 (diff)
downloadbsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.tar.gz
bsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.tar.zst
bsdgames-darwin-0cf3d63b421b88cc05b4ac55af656f84128713f4.zip
Rework to use curses.h only on the target, not on the host.
Diffstat (limited to 'phantasia/setup.c')
-rw-r--r--phantasia/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index 029e9b6f..8e7a3ed7 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.12 2003/05/08 13:03:49 wiz Exp $ */
+/* $NetBSD: setup.c,v 1.13 2004/04/07 17:46:47 ross Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -110,7 +110,7 @@ main(argc, argv)
}
/* put holy grail info into energy void file */
- Enrgyvoid.ev_active = TRUE;
+ Enrgyvoid.ev_active = 1;
Enrgyvoid.ev_x = ROLL(-1.0e6, 2.0e6);
Enrgyvoid.ev_y = ROLL(-1.0e6, 2.0e6);
path = strrchr(_PATH_VOID, '/') + 1;