]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameTick.cpp
Moved clothes boolean to PersonType to avoid test on rabbittype
[lugaru.git] / Source / GameTick.cpp
index 9994747a02b47eedb806697d27e141eb94a50412..c7075da3fbb2cb6055c4ccfab697a9ad1709cef5 100644 (file)
@@ -1432,7 +1432,7 @@ void Game::ProcessDevInput()
             Person::players.back()->howactive = editoractive;
             Person::players.back()->whichskin = (int)(abs(Random() % 3));
 
-            Person::players.back()->skeletonLoad(true);
+            Person::players.back()->skeletonLoad();
 
             Person::players.back()->skeleton.drawmodelclothes.textureptr.load("Textures/Belt.png", 1);
             Person::players.back()->speed = 1 + (float)(Random() % 100) / 1000;