Fix copypaste error
This commit is contained in:
+1
-1
@@ -123,6 +123,6 @@ enum trap_immunities {
|
|||||||
/* "transportation" traps */
|
/* "transportation" traps */
|
||||||
#define is_xport(ttyp) ((ttyp) >= TELEP_TRAP && (ttyp) <= MAGIC_PORTAL)
|
#define is_xport(ttyp) ((ttyp) >= TELEP_TRAP && (ttyp) <= MAGIC_PORTAL)
|
||||||
#define fixed_tele_trap(t) ((t)->ttyp == TELEP_TRAP \
|
#define fixed_tele_trap(t) ((t)->ttyp == TELEP_TRAP \
|
||||||
&& isok((t)->teledest.x,(t)->teledest.x))
|
&& isok((t)->teledest.x,(t)->teledest.y))
|
||||||
|
|
||||||
#endif /* TRAP_H */
|
#endif /* TRAP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user