Count the commander camera as a 3rd person camera

This commit is contained in:
Tenga 2015-04-10 20:05:33 +02:00
parent ec29cdd731
commit eec5f458db
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ Raspu86
Riccardo Petricca <petriccarcc@gmail.com> Riccardo Petricca <petriccarcc@gmail.com>
Robert Boklahánics <bokirobi@gmail.com> Robert Boklahánics <bokirobi@gmail.com>
simon84 simon84
Sniperwolf572 <tenga6@gmail.com>
Tonic Tonic
Tourorist <tourorist@gmail.com> Tourorist <tourorist@gmail.com>
Valentin Torikian <valentin.torikian@gmail.com> Valentin Torikian <valentin.torikian@gmail.com>

View File

@ -16,4 +16,4 @@
#include "script_component.hpp" #include "script_component.hpp"
if (GVAR(showInThirdPerson)) exitWith { false }; if (GVAR(showInThirdPerson)) exitWith { false };
(cameraView == "External") (cameraView == "EXTERNAL" || cameraView == "GROUP")