Preserve momentum when sliding into a pit; cleanup

This commit is contained in:
Sezz 2022-03-14 22:44:10 +11:00
parent cb8435ee6a
commit 0c65382576
27 changed files with 2350 additions and 2226 deletions

View file

@ -35,4 +35,4 @@ int Sync()
long nFrames = long(dCounter) - long(LdSync);
LdSync = dCounter;
return nFrames;
}
}