1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

matrix dialog now used for models::rotation

This commit is contained in:
Zeno Rogue
2023-08-14 17:02:34 +02:00
parent 3eb2813667
commit 757579fb18
8 changed files with 36 additions and 55 deletions

View File

@@ -236,9 +236,9 @@ EX hint hints[] = {
popScreen();
auto m = pmodel;
pmodel = mdBand;
int r = models::rotation;
auto r = models::rotation;
bool h = history::includeHistory;
models::rotation = 0;
models::rotation = Id;
history::includeHistory = true;
history::create_playerpath();
cancel = [m,r,h] () {