Differences From Artifact [8c481c4403]:
- File src/Monster.m — part of check-in [e8f80b0482] at 2025-03-23 02:03:32 on branch trunk — Convert monster into a class (user: js, size: 13373) [annotate] [blame] [check-ins using]
To Artifact [4c3ede25d7]:
- File src/Monster.m — part of check-in [51fb59fc93] at 2025-03-23 17:45:28 on branch trunk — Remove fast_f2nat (user: js, size: 13359) [annotate] [blame] [check-ins using]
︙ | |||
194 195 196 197 198 199 200 | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - + | int steps = (int)(sqrt(dx * dx + dy * dy) / 0.9); if (!steps) return false; float x = lx; float y = ly; int i = 0; for (;;) { |
︙ |