diff options
| author | Henny022p <info@henny022.de> | 2025-03-09 19:12:36 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 19:12:36 +0000 |
| commit | 5b2cafdc894823d57beee8f3947a391d881d91de (patch) | |
| tree | 008b6f42273e386a95e41f00fcbdc94d8a13656d /src/scroll.c | |
| parent | b5734d09a469ea679b01cdb2f6eb1a267b068d20 (diff) | |
formatting
Diffstat (limited to 'src/scroll.c')
| -rw-r--r-- | src/scroll.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scroll.c b/src/scroll.c index 0137e344..47ba7688 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -619,8 +619,7 @@ const Transition* FindApplicableAreaTransition(u32 pos_x, u32 pos_y) { const Transition* transition = gArea.pCurrentRoomInfo->exits; u32 warp_types = 0xa; while (transition->warp_type != WARP_TYPE_END_OF_LIST) { - if (((1 << transition->warp_type) & warp_types) != 0 && - IsPosInTransitionRect(transition, pos_x, pos_y, 0)) { + if (((1 << transition->warp_type) & warp_types) != 0 && IsPosInTransitionRect(transition, pos_x, pos_y, 0)) { return transition; } transition++; |
