diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-28 15:18:48 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 20:32:39 +0200 |
commit | 8488dc791aa0f14958c2ac46bbf45e9812e14331 (patch) | |
tree | f3a0fd3b79f36c70b02722e4476f2e0f5271a76f /src/vehicles/Automobile.cpp | |
parent | fix postfx (diff) | |
download | re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar.gz re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar.bz2 re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar.lz re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar.xz re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.tar.zst re3-8488dc791aa0f14958c2ac46bbf45e9812e14331.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index c2cf26b9..c29c0536 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -4050,7 +4050,7 @@ CAutomobile::GetHeightAboveRoad(void) void CAutomobile::PlayCarHorn(void) { - int r; + uint32 r; if(m_nCarHornTimer != 0) return; |