mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
be2d2e1e2a
We need to replace an "or" with an "and". My best guess for this oversight happening was because of the weird ordering. The code originally did "temp < 30" first and "temp > -30" second instead of the other way around. With the weird ordering, it becomes more natural to insert an "or" instead of an "and". So I swapped around the ordering just for good measure. This is also fixed in the mobile version. |
||
---|---|---|
.. | ||
bigroom/input | ||
includes | ||
blockclass.as | ||
device.as | ||
dwgraphicsclass.as | ||
edentitiesclass.as | ||
editor.as | ||
EditorDataclass.as | ||
edlevelclass.as | ||
entclass.as | ||
entityclass.as | ||
gameclass.as | ||
helpclass.as | ||
LevelMetaData.as | ||
Main.as | ||
mapclass.as | ||
musicclass.as | ||
platformclass.as | ||
Preloader.as | ||
saveclass.as | ||
scoreclass.as | ||
scriptclass.as | ||
textboxclass.as | ||
tmap.as |