Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 18] New - CVS version: "Fall through Hole" message given too early
- To:
- Subject: [Bug 18] New - CVS version: "Fall through Hole" message given too early
- From:
- Date: Wed, 14 Jun 2000 14:27:17 -0500
- ReplyTo:
http://bugzilla.real-time.com/show_bug.cgi?id=18
*** shadow/18 Wed Jun 14 14:27:17 2000
--- shadow/18.tmp.16117 Wed Jun 14 14:27:17 2000
***************
*** 0 ****
--- 1,21 ----
+ Bug#: 18
+ Product: Crossfire
+ Version: 0.95.5
+ Platform: PC
+ OS/Version: Linux
+ Status: NEW
+ Resolution:
+ Severity: trivial
+ Priority: P2
+ Component: server
+ AssignedTo:
+ ReportedBy:
+ URL:
+ Cc:
+ Summary: CVS version: "Fall through Hole" message given too early
+
+ The code in apply_move displays "You fall through a hole" before calling
+ transfer_ob. However, the transfer_ob call won't nessecarily move the player,
+ leading to the confusing situation that a player is told he has fallen without
+ moving. I've only given the apply_move code a brief reading, but
+ it looks like this affects holes and trapdoors.