mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
control v3.
This commit is contained in:
parent
d4febb4082
commit
bdf2d930fd
Binary file not shown.
@ -320,7 +320,7 @@ int TLightGroup::Message(int code, float value)
|
||||
for (auto i = countSub1; i >= 0; i--)
|
||||
{
|
||||
if (static_cast<TLight*>(List->Get(i))->BmpIndex1)
|
||||
++countSub1;
|
||||
++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_jackpot();
|
||||
static void table_set_flag_lights();
|
||||
static void table_set_multiball();
|
||||
static int cheat_bump_rank();
|
||||
static bool light_on(struct component_tag* tag);
|
||||
static int SpecialAddScore(int score);
|
||||
|
Loading…
Reference in New Issue
Block a user