mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
Cleaning up maths: part 2.
Renamed vector2.
This commit is contained in:
parent
d23444b983
commit
2d0da712e3
55 changed files with 127 additions and 131 deletions
|
@ -617,7 +617,7 @@ void TPinballTable::replay_timer_callback(int timerId, void* caller)
|
|||
void TPinballTable::tilt_timeout(int timerId, void* caller)
|
||||
{
|
||||
auto table = static_cast<TPinballTable*>(caller);
|
||||
vector_type vec{};
|
||||
vector2 vec{};
|
||||
|
||||
table->TiltTimeoutTimer = 0;
|
||||
if (table->TiltLockFlag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue