mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-12-19 20:33:03 -05:00
control v3.
This commit is contained in:
parent
d4febb4082
commit
bdf2d930fd
4 changed files with 1110 additions and 2 deletions
Binary file not shown.
|
@ -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
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue