mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9f96b49b63
- Take maintainership. - Remove USE_XLIB (it only requires SDL). - Build 2 binaries, one for the full game and other for the shareware version. - Expand pkg-descr and pkg-message to reflect the previous change. - Replace -O2 and higher in CFLAGS by -O1 (crashes otherwise). - Convert a line-specific REINPLACE_CMD into a patch.
12 lines
407 B
C
12 lines
407 B
C
--- rt_actor.c.bak Tue Jan 7 03:31:51 2003
|
|
+++ rt_actor.c Fri Jan 4 19:07:08 2008
|
|
@@ -430,7 +430,7 @@
|
|
void AvoidPlayerMissile(objtype*ob);
|
|
int EnvironmentDamage(objtype *ob);
|
|
|
|
-static int STOPSPEED = 0x200;
|
|
+int STOPSPEED = 0x200;
|
|
static int PLAYERFRICTION = 0xe000;
|
|
static int ACTORFRICTION = 0xf000;
|
|
static int DIAGADJUST = 0xb504;
|