1
0
Fork 0
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:
Muzychenko Andrey 2022-05-11 16:47:13 +03:00
parent d23444b983
commit 2d0da712e3
55 changed files with 127 additions and 131 deletions

View file

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