mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 18:10:35 +00:00
rogueviz:: timetowait set for iterations
This commit is contained in:
parent
6e4e9e0a46
commit
887deae03f
@ -1495,8 +1495,8 @@ void close() {
|
|||||||
|
|
||||||
bool turn(int delta) {
|
bool turn(int delta) {
|
||||||
if(!on) return false;
|
if(!on) return false;
|
||||||
if(kind == kSAG) sag::iterate();
|
if(kind == kSAG) sag::iterate(), timetowait = 0;
|
||||||
if(kind == kKohonen) kohonen::steps();
|
if(kind == kKohonen) kohonen::steps(), timetowait = 0;
|
||||||
return false;
|
return false;
|
||||||
// shmup::pc[0]->rebase();
|
// shmup::pc[0]->rebase();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user