mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +00:00
removed extra ;
This commit is contained in:
parent
e59a2ad517
commit
6cf15d644f
@ -365,7 +365,7 @@ EX void full_rotate_camera(int dir, ld val) {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
View = cpush(dir, val) * View, playermoved = false, didsomething = true;
|
View = cpush(dir, val) * View, playermoved = false, didsomething = true;
|
||||||
};
|
}
|
||||||
|
|
||||||
EX void full_rotate_view(ld h, ld v) {
|
EX void full_rotate_view(ld h, ld v) {
|
||||||
if(history::on && !rug::rug_control())
|
if(history::on && !rug::rug_control())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user