mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-09 09:20:15 +02:00
Replaced GlobalAlloc with malloc.
WaveMix keeps GlobalAlloc for authenticity. Fixed float to double casts. Some cleanup.
This commit is contained in:
parent
55984fbb08
commit
98f234fce3
33 changed files with 171 additions and 174 deletions
|
@ -57,7 +57,7 @@ int TBlocker::Message(int code, float value)
|
|||
timer::kill(Timer);
|
||||
|
||||
float timerTime;
|
||||
if (value <= 0.0)
|
||||
if (value <= 0.0f)
|
||||
timerTime = 0.0;
|
||||
else
|
||||
timerTime = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue