1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 23:17:39 +00:00

ru:: work with late floorshapes

This commit is contained in:
Zeno Rogue
2025-05-02 01:14:08 +02:00
parent 7b7fbd345f
commit eb08ec4ab9
2 changed files with 2 additions and 1 deletions

View File

@@ -328,7 +328,7 @@ void enable() {
vid.binary_width = abs(aright[1] - aleft[1]) / log(2);
start_game();
cgi.prepare_shapes();
cgi.require_shapes();
current_room = get_room_at(cwt.at);