Added enum to OnscreenTimer, fixed mistakes in CCarCtrl::SteerAIBoatWithPhysicsHeadingForTarget

This commit is contained in:
Sergeanur
2020-02-01 18:40:54 +02:00
parent e2f8ad983d
commit 3d69148497
4 changed files with 18 additions and 12 deletions

View File

@ -1,5 +1,11 @@
#pragma once
enum
{
COUNTER_DISPLAY_NUMBER,
COUNTER_DISPLAY_BAR,
};
class COnscreenTimerEntry
{
public: