mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-09 09:20:15 +02:00
control v2.
This commit is contained in:
parent
5252fb1b7e
commit
d4febb4082
7 changed files with 991 additions and 8 deletions
|
@ -15,8 +15,8 @@ TBlocker::TBlocker(TPinballTable* table, int groupIndex) : TCollisionComponent(t
|
|||
loader::query_visual(groupIndex, 0, &visual);
|
||||
SoundIndex4 = visual.SoundIndex4;
|
||||
SoundIndex3 = visual.SoundIndex3;
|
||||
Unknown0 = 55;
|
||||
Unknown1 = 5;
|
||||
TurnOnMsgValue = 55;
|
||||
TurnOffMsgValue = 5;
|
||||
MaxCollisionSpeed = 1000000000.0f;
|
||||
Timer = 0;
|
||||
MessageField = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue