1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xevil/files/patch-ac
Jean-Marc Zucconi 7a9b9cd9b9 Upgrade to version 2.02 and change maintainer.
PR:		ports/23533
Submitted by:	Göran Runfeldt <goranrunfeldt@home.se>
2000-12-21 19:00:48 +00:00

12 lines
410 B
Plaintext

--- cmn/intel.cpp~ Wed Jan 19 12:54:34 2000
+++ cmn/intel.cpp Thu Dec 21 19:42:34 2000
@@ -1606,7 +1606,7 @@
Boolean Machine::weapon_current_is_drop_liftable(PhysicalP p) {
// This is a HACK, we should really make Lifter override
// get_weapon_current(), etc.
- char *dummy;
+ const char *dummy;
ClassId classId = p->get_weapon_string(dummy);
if (classId == A_DropLiftable) {
return True;