1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

made some things faster

This commit is contained in:
Zeno Rogue 2022-05-06 21:07:57 +02:00
parent 381523515e
commit 6d8ce6db68
2 changed files with 2 additions and 1 deletions

View File

@ -124,6 +124,7 @@ bool turn(int delta) {
if(!b) {
curlev->history.pop_back();
fail = true;
break;
}
}

View File

@ -199,7 +199,7 @@ void timestamp::centerview(level *lev) {
if(lev->mapchar(p+h) == 'r') return true;
}
return false;
});
}, 10);
View = T;
rotate_view(cspin(1, 2, gfx_slope));