changed geom:: to vid in hyperweb.cpp

This commit is contained in:
Zeno Rogue 2019-06-01 17:03:33 +02:00
parent 10529af236
commit 41dc9dfa61
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ void toggleanim(bool v) {
vid.particles = true;
vid.sspeed = -1;
vid.mspeed = -1;
geom3::highdetail = geom3::middetail = 5;
vid.highdetail = vid.middetail = 5;
}
else {
sightrange_bonus = 0;
@ -72,7 +72,7 @@ void toggleanim(bool v) {
vid.mspeed = 5;
vid.particles = false;
vid.wallmode = 3;
geom3::highdetail = geom3::middetail = -1;
vid.highdetail = vid.middetail = -1;
}
}