work on CAutomobile

This commit is contained in:
aap
2021-08-16 00:19:09 +02:00
parent 39d2c427e5
commit 2f92ccecb1
11 changed files with 218 additions and 127 deletions

View File

@@ -140,7 +140,7 @@ class CPad
public:
enum
{
HORNHISTORY_SIZE = 5,
HORNHISTORY_SIZE = 8,
DRUNK_STEERING_BUFFER_SIZE = 10,
};
CControllerState NewState;

View File

@@ -95,6 +95,7 @@ bool gUseModelResources;
bool gUseResources;
bool gNASTY_NASTY_MEM_SHUTDOWN_HACK; // rather unused
bool gbPreviewCity; // don't do worldstream-style rendering but traditional method
bool gMultiplayerSuperBrakeOnPause = true;
float FramesPerSecond = 30.0f;

View File

@@ -43,6 +43,7 @@ extern bool gUseModelResources;
extern bool gUseResources;
extern bool gNASTY_NASTY_MEM_SHUTDOWN_HACK;
extern bool gbPreviewCity;
extern bool gMultiplayerSuperBrakeOnPause;
class CSprite2d;