diff --git a/code/ryzom/client/src/user_entity.h b/code/ryzom/client/src/user_entity.h index 21b967e8a..e79af8dba 100644 --- a/code/ryzom/client/src/user_entity.h +++ b/code/ryzom/client/src/user_entity.h @@ -369,6 +369,8 @@ public: TView viewMode() const {return _ViewMode;} /// Toggle Camera (First/Third Person) void toggleCamera(); + /// Force Camera First Person View + void forceCamareaFirstPerson(); //@} /// Return the entity scale. (return 1.0 if there is any problem).