]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/op.cpp
Added switch to disable untuned tank circuit, for slower computers.
[virtualjaguar] / src / op.cpp
index 682c023edbdbe6d2b8b15c160d453d0cba627700..f9264c50a69d34e65a0f38bb70dae90731c4c452 100644 (file)
@@ -36,9 +36,9 @@
 #define OBJECT_TYPE_BRANCH     3                                       // 011
 #define OBJECT_TYPE_STOP       4                                       // 100
 
-#define CONDITION_EQUAL                                0
-#define CONDITION_LESS_THAN                    1
-#define CONDITION_GREATER_THAN         2
+#define CONDITION_EQUAL                                0                       // VC == YPOS
+#define CONDITION_LESS_THAN                    1                       // VC < YPOS
+#define CONDITION_GREATER_THAN         2                       // VC > YPOS
 #define CONDITION_OP_FLAG_SET          3
 #define CONDITION_SECOND_HALF_LINE     4