control v3.

This commit is contained in:
oz 2021-01-21 17:58:05 +03:00
parent d4febb4082
commit bdf2d930fd
4 changed files with 1110 additions and 2 deletions

Binary file not shown.

View File

@ -320,7 +320,7 @@ int TLightGroup::Message(int code, float value)
for (auto i = countSub1; i >= 0; i--) for (auto i = countSub1; i >= 0; i--)
{ {
if (static_cast<TLight*>(List->Get(i))->BmpIndex1) if (static_cast<TLight*>(List->Get(i))->BmpIndex1)
++countSub1; ++bmp1Count;
} }
return bmp1Count; return bmp1Count;
} }

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,7 @@ public:
static void table_set_bonus(); static void table_set_bonus();
static void table_set_jackpot(); static void table_set_jackpot();
static void table_set_flag_lights(); static void table_set_flag_lights();
static void table_set_multiball();
static int cheat_bump_rank(); static int cheat_bump_rank();
static bool light_on(struct component_tag* tag); static bool light_on(struct component_tag* tag);
static int SpecialAddScore(int score); static int SpecialAddScore(int score);