freebsd-ports/games/crossfire-client/files/patch-ai
Andreas Klemm ff14487404 added crossfire 0.92.8
crossfire is a multiplayer graphical arcade and adventure game made for
X-Windows. It contains elements of various famous games like nethack and
moria. There are different quests to solve, many maps make the game really
interesting. Nice sound capabilities via rplay. Different players can form
a team over network. Treasure and experience points will be shared equally
among the players of a team.

Could please someone try to fix the password authentication ?!
In server/main.c the function check_passwd doesn't work properly.
I made a workaround returning always ok (1) here and marked it as
UGLY_PASSWORD_HACK...
1996-11-02 13:53:37 +00:00

12 lines
291 B
Plaintext

--- doc/playbook/makeps.orig Fri Nov 1 15:34:44 1996
+++ doc/playbook/makeps Fri Nov 1 15:35:33 1996
@@ -7,7 +7,7 @@
BEGIN {
# Set colour to 1 if you want colour postscript.
- colour = 0;
+ colour = 1;
if (colour) {
xpm2ps = "xpmtoppm | pnmdepth 255 | pnmtops"