From 0cf3d63b421b88cc05b4ac55af656f84128713f4 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 7 Apr 2004 17:46:47 +0000 Subject: Rework to use curses.h only on the target, not on the host. --- phantasia/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia/setup.c') 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; -- cgit v1.2.3