pkgsrc/games/xevil/patches/patch-am
xtraeme 4c57601419 Initial import of xevil from pkgsrc-wip, packaged by Soren Jacobsen.
XEvil is a 3rd person, side-view, fast-action, kill-them-before-they-kill-you
game. Fight against either computer-controlled enemies, or another player.

You sinned in life. And now you must pay. Satan pits the recently deceased
against each other to fight for rank in Hell. Your skill determines your fate
for all eternity. This contest is known as XEvil.
2005-01-25 15:59:27 +00:00

13 lines
574 B
Text

$NetBSD: patch-am,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
--- cmn/physical.h.orig 2003-11-22 11:34:53.000000000 -0800
+++ cmn/physical.h 2003-11-22 11:35:29.000000000 -0800
@@ -93,7 +93,7 @@
CLASSNAME::CLASSNAME(InStreamP in,const CLASSNAME ## Context &cx, \
CLASSNAME ## Xdata &x_data, \
WorldP w,LocatorP l) \
- : PARENT(in,cx. ## parent ## Context,x_data,w,l)
+ : PARENT(in,cx. parent ## Context,x_data,w,l)
// Used by internal nodes and leaves.
#define DEFINE_UPDATE_FROM_STREAM(CLASSNAME,PARENT) \