- Treballant en el guardat de mapes (peta, revisar)

This commit is contained in:
2024-06-11 22:02:28 +02:00
parent 60cccf8a7c
commit a854b1da86
3 changed files with 54 additions and 1 deletions

View File

@@ -470,7 +470,7 @@ switch (section)
changed |= btn("DOORS:", 10, 185, room::editor::refDoorTex(), 0, 4);
changed |= btn("WDOORS:", 10, 200, room::editor::refWallDoorTex(), 0, 5);*/
if (changed) room::update();
if (changed) { room::editor::modify(); room::update(); }
break;
case SECTION_ACTOR: