1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-09 09:20:15 +02:00

control v2.

This commit is contained in:
oz 2021-01-20 17:28:48 +03:00
parent 5252fb1b7e
commit d4febb4082
7 changed files with 991 additions and 8 deletions

View file

@ -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;