mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-31 01:42:10 +00:00
moved the parameters from geom3:: to videopar
This commit is contained in:
+1
-1
@@ -1201,7 +1201,7 @@ void fib_ghosts() {
|
||||
reaction_t current = null_animation;
|
||||
|
||||
void pick() {
|
||||
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || geom3::always3 || pmodel || rug::rugged) {
|
||||
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || vid.always3 || pmodel || rug::rugged) {
|
||||
current = null_animation;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user