diff --git a/desktop_version/src/Logic.cpp b/desktop_version/src/Logic.cpp index 048067a5..11c4fb6a 100644 --- a/desktop_version/src/Logic.cpp +++ b/desktop_version/src/Logic.cpp @@ -83,7 +83,7 @@ void maplogic() { game.shouldreturntopausemenu = false; graphics.backgrounddrawn = false; - if (map.background == 3 || map.background || 4) + if (map.background == 3 || map.background == 4) { graphics.updatebackground(map.background); }