[Orxonox-commit 6429] r11086 - code/trunk/src/orxonox/worldentities/pawns
landauf at orxonox.net
landauf at orxonox.net
Sat Jan 23 22:07:54 CET 2016
Author: landauf
Date: 2016-01-23 22:07:53 +0100 (Sat, 23 Jan 2016)
New Revision: 11086
Modified:
code/trunk/src/orxonox/worldentities/pawns/FpsPlayer.h
Log:
detail
Modified: code/trunk/src/orxonox/worldentities/pawns/FpsPlayer.h
===================================================================
--- code/trunk/src/orxonox/worldentities/pawns/FpsPlayer.h 2016-01-23 20:34:29 UTC (rev 11085)
+++ code/trunk/src/orxonox/worldentities/pawns/FpsPlayer.h 2016-01-23 21:07:53 UTC (rev 11086)
@@ -64,7 +64,7 @@
inline const std::string& getMeshSource() const
{ return this->meshSrc_; }
- void boost(bool bBoost) override; //actually jump
+ virtual void boost(bool bBoost) override; //actually jump
virtual void fire();
More information about the Orxonox-commit
mailing list