pkgsrc/games/ivan/patches/patch-aj
dholland 30e8f4bec2 Requires gmake.
Fix build on 64-bit and/or gcc4 platforms.
(Note: it doesn't work for me, but now it at least compiles...)
Correct typo in PLIST.
PKGREVISION++.
2008-07-27 21:44:47 +00:00

13 lines
456 B
Text

$NetBSD: patch-aj,v 1.1 2008/07/27 21:44:47 dholland Exp $
--- Main/Source/command.cpp~ 2004-12-10 10:51:44.000000000 -0500
+++ Main/Source/command.cpp 2008-07-27 16:31:07.000000000 -0400
@@ -1043,7 +1043,7 @@
Char->SetAction(Go);
Char->EditAP(Char->GetStateAPGain(100)); // gum solution
Char->GoOn(Go, true);
- return truth(Char->GetAction());
+ return truth(Char->GetAction() != NULL);
}
truth commandsystem::ShowConfigScreen(character*)