Differences From Artifact [1ac9739b65]:
- File src/entities.mm — part of check-in [cfbd2ec1e6] at 2025-03-04 00:51:34 on branch trunk — Convert md2 and mapmodelinfo to ObjC (user: js, size: 7336) [annotate] [blame] [check-ins using]
To Artifact [fa2e7605f2]:
- File src/entities.mm — part of check-in [003b06901f] at 2025-03-05 21:55:28 on branch trunk — Clean up console output functions (user: js, size: 7335) [annotate] [blame] [check-ins using]
︙ | |||
213 214 215 216 217 218 219 | 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | - + | { int e = -1, tag = ents[n].attr1, beenhere = -1; for (;;) { e = findentity(TELEDEST, e + 1); if (e == beenhere || e < 0) { conoutf(@"no teleport destination for tag %d", tag); return; |
︙ |