Fix copypaste error

This commit is contained in:
Pasi Kallinen
2024-06-15 19:04:57 +03:00
parent 89ea47f702
commit 78bf0db5b3

View File

@@ -123,6 +123,6 @@ enum trap_immunities {
/* "transportation" traps */
#define is_xport(ttyp) ((ttyp) >= TELEP_TRAP && (ttyp) <= MAGIC_PORTAL)
#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 */