Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mariano

#1
Why not store the last value of GetGameSpeed when it's not 0 and use it when it's 0

Code: ags
LastGameSpeed = (GetGameSpeed() == 0) ? LastGameSpeed : GetGameSpeed()
float timeStep = 10.0/IntToFloat(LastGameSpeed);
SMF spam blocked by CleanTalk