1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/rottdc/files/patch-rt__actor.c
Alejandro Pulver 9f96b49b63 - Bump PORTREVISION.
- 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.
2008-01-04 21:49:08 +00:00

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;