]> Dogcows Code - chaz/yoink/blobdiff - src/Character.cc
destroyed global classes; view hierarchy instead
[chaz/yoink] / src / Character.cc
index 840099c8fcd97cd1cffb17d7a9010a635d0c383f..82d5e548e47beab288d6b262bb8cab9cca3ec66d 100644 (file)
@@ -73,7 +73,7 @@ Character::Character(const std::string& name) :
        // forces
        mState.force = Mf::Vector2(0.0, 0.0);
        //mState.forces.push_back(SpringForce(Mf::Vector2(5.0, 4.0)));
-       //mState.forces.push_back(ResistanceForce(2.0));
+       mState.forces.push_back(ResistanceForce(2.0));
        //mState.forces.push_back(Mf::LinearState<2>::GravityForce(-9.8));
 
        // starting position
This page took 0.016859 seconds and 4 git commands to generate.