mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
netgen:: hide rotation
This commit is contained in:
parent
3f2c9ded4b
commit
a6da5ded75
@ -699,6 +699,7 @@ EX namespace netgen {
|
||||
}
|
||||
if(uni == 's') {
|
||||
View = Id;
|
||||
if(ctof(centerover)) View = spin(2 * M_PI * (rand() % 7) / 7) * View;
|
||||
playermoved = false;
|
||||
}
|
||||
else if(uni == 'c') {
|
||||
|
Loading…
Reference in New Issue
Block a user