summaryrefslogtreecommitdiffstats
path: root/src/vehicles
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-11-26 20:21:18 +0100
committerGitHub <noreply@github.com>2019-11-26 20:21:18 +0100
commite35019cb1ba171db6d140a0905a7159d419e670f (patch)
treeba9e97db70363916e72b630c6fd5b9c927336476 /src/vehicles
parentMerge pull request #272 from erorcun/erorcun (diff)
parentCCivilianPed done & restore peds running to phone (diff)
downloadre3-e35019cb1ba171db6d140a0905a7159d419e670f.tar
re3-e35019cb1ba171db6d140a0905a7159d419e670f.tar.gz
re3-e35019cb1ba171db6d140a0905a7159d419e670f.tar.bz2
re3-e35019cb1ba171db6d140a0905a7159d419e670f.tar.lz
re3-e35019cb1ba171db6d140a0905a7159d419e670f.tar.xz
re3-e35019cb1ba171db6d140a0905a7159d419e670f.tar.zst
re3-e35019cb1ba171db6d140a0905a7159d419e670f.zip
Diffstat (limited to 'src/vehicles')
-rw-r--r--src/vehicles/Automobile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp
index 8bd2037e..d528ecca 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -1918,7 +1918,7 @@ CAutomobile::Render(void)
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex());
if(GetModelIndex() == MI_RHINO && m_aCarNodes[CAR_BONNET]){
- // Rhino has no bonnet...what are we doing here?
+ // Rotate Rhino turret
CMatrix m;
CVector p;
m.Attach(RwFrameGetMatrix(m_aCarNodes[CAR_BONNET]));