X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fop.cpp;fp=src%2Fop.cpp;h=f9264c50a69d34e65a0f38bb70dae90731c4c452;hb=d9abe1a157bbd35e8b282927489b687f56048ce6;hp=682c023edbdbe6d2b8b15c160d453d0cba627700;hpb=4906545f5d77d6d7a006fa0d765dc0ae522e477f;p=virtualjaguar diff --git a/src/op.cpp b/src/op.cpp index 682c023..f9264c5 100644 --- a/src/op.cpp +++ b/src/op.cpp @@ -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