mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
made some things faster
This commit is contained in:
parent
381523515e
commit
6d8ce6db68
@ -124,6 +124,7 @@ bool turn(int delta) {
|
||||
if(!b) {
|
||||
curlev->history.pop_back();
|
||||
fail = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user