mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-05 15:00:34 +00:00
no start animations without OpenGL/shaders
This commit is contained in:
parent
5476b33e94
commit
efe82291d1
@ -1232,7 +1232,7 @@ void fib_ghosts() {
|
|||||||
reaction_t current = null_animation;
|
reaction_t current = null_animation;
|
||||||
|
|
||||||
void pick() {
|
void pick() {
|
||||||
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || vid.always3 || pmodel || rug::rugged || vid.wallmode < 2 || vid.monmode < 2) {
|
if(((gold() > 0 || tkills() > 0) && canmove) || geometry != gNormal || ISWEB || ISMOBILE || vid.always3 || pmodel || rug::rugged || vid.wallmode < 2 || vid.monmode < 2 || glhr::noshaders || !vid.usingGL) {
|
||||||
current = null_animation;
|
current = null_animation;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user