mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-11 19:04:08 +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) {
|
if(!b) {
|
||||||
curlev->history.pop_back();
|
curlev->history.pop_back();
|
||||||
fail = true;
|
fail = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ void timestamp::centerview(level *lev) {
|
|||||||
if(lev->mapchar(p+h) == 'r') return true;
|
if(lev->mapchar(p+h) == 'r') return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
}, 10);
|
||||||
|
|
||||||
View = T;
|
View = T;
|
||||||
rotate_view(cspin(1, 2, gfx_slope));
|
rotate_view(cspin(1, 2, gfx_slope));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user