diff options
author | erorcun <erayorcunus@gmail.com> | 2019-11-26 20:21:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 20:21:18 +0100 |
commit | e35019cb1ba171db6d140a0905a7159d419e670f (patch) | |
tree | ba9e97db70363916e72b630c6fd5b9c927336476 /src/vehicles | |
parent | Merge pull request #272 from erorcun/erorcun (diff) | |
parent | CCivilianPed done & restore peds running to phone (diff) | |
download | re3-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.cpp | 2 |
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])); |