mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_bd Matching (#2560)
* Matching daPoFire * Adressed comments * Matching text * Some cleanup * Adressed review comments, added CUT_TYPE_NONE in cut type enum
This commit is contained in:
@@ -599,7 +599,8 @@ public:
|
||||
};
|
||||
|
||||
enum CutType {
|
||||
/* 0x01 */ CUT_TYPE_NM_VERTICAL = 1,
|
||||
/* 0x00 */ CUT_TYPE_NONE,
|
||||
/* 0x01 */ CUT_TYPE_NM_VERTICAL,
|
||||
/* 0x02 */ CUT_TYPE_NM_STAB,
|
||||
/* 0x03 */ CUT_TYPE_NM_RIGHT,
|
||||
/* 0x04 */ CUT_TYPE_NM_LEFT,
|
||||
|
||||
Reference in New Issue
Block a user