Differences From Artifact [631eed4fb7]:
- File
src/editing.mm
— part of check-in
[f5b62f8203]
at
2025-03-04 23:03:58
on branch trunk
— Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. (user: js, size: 12911) [annotate] [blame] [check-ins using]
To Artifact [693ad7f294]:
- File src/editing.mm — part of check-in [42d4b57828] at 2025-03-04 23:51:09 on branch trunk — Port to SDL2 (user: js, size: 12911) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
64 65 66 67 68 69 70 | resettagareas(); // clear trigger areas to allow them to be // edited player1->health = 100; if (m_classicsp) monsterclear(); // all monsters back at their spawns for // editing projreset(); | < > | | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | resettagareas(); // clear trigger areas to allow them to be // edited player1->health = 100; if (m_classicsp) monsterclear(); // all monsters back at their spawns for // editing projreset(); } keyrepeat = editmode; selset = false; editing = editmode; } COMMANDN(edittoggle, toggleedit, ARG_NONE) void correctsel() // ensures above invariant |
︙ | ︙ |