Netmaze is a multiplayer combat game (like the Atari Midi Maze game) You play in a virtual maze and the goal of the game is to hunt down your opponents. The view is full animated 3D. On fast machines, you can even run it with texture mapping for the walls and floor. There are also three robot players of varying ability.
13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-af,v 1.1.1.1 2000/08/29 10:09:44 jdc Exp $
|
|
|
|
--- robot.c.dist Tue Mar 22 11:06:17 1994
|
|
+++ robot.c Fri Jan 7 11:38:30 2000
|
|
@@ -97,7 +97,7 @@
|
|
#ifdef RS6000 /* ibm rs/6000 */
|
|
sigemptyset(&vec.sa_mask);
|
|
#else
|
|
- vec.sa_mask = 0;
|
|
+ (void)sigprocmask (SIG_SETMASK, 0, NULL);
|
|
#endif
|
|
vec.sa_flags = 0;
|
|
if ( sigaction(SIGIO, &vec, (struct sigaction *) 0) == -1)
|