[Orxonox-commit 3104] r7798 - code/branches/presentation2/src/modules/objects
scheusso at orxonox.net
scheusso at orxonox.net
Wed Dec 22 11:19:26 CET 2010
Author: scheusso
Date: 2010-12-22 11:19:25 +0100 (Wed, 22 Dec 2010)
New Revision: 7798
Modified:
code/branches/presentation2/src/modules/objects/ForceField.h
Log:
another try ;)
Modified: code/branches/presentation2/src/modules/objects/ForceField.h
===================================================================
--- code/branches/presentation2/src/modules/objects/ForceField.h 2010-12-22 10:08:53 UTC (rev 7797)
+++ code/branches/presentation2/src/modules/objects/ForceField.h 2010-12-22 10:19:25 UTC (rev 7798)
@@ -142,7 +142,7 @@
float velocity_; //!< The velocity of the ForceField.
float radius_; //!< The radius of the ForceField.
float halfLength_; //!< Half of the length of the ForceField.
- forceFieldMode::Value mode_; //!< The mode of the ForceField.
+ int mode_; //!< The mode of the ForceField.
};
}
More information about the Orxonox-commit
mailing list