]> git.uio.no Git - private-olgabo.git/commitdiff
sc
authorolgabo <olgabo@ifi.uio.no>
Fri, 26 Oct 2012 23:10:43 +0000 (01:10 +0200)
committerolgabo <olgabo@ifi.uio.no>
Fri, 26 Oct 2012 23:10:43 +0000 (01:10 +0200)
projects/dumbclient/Game.cpp

index 3ad00b71d1b8a5bf99d2abd55b3e2f17e1ccf0e1..1bf595807a27d0965a3ee5c205998a3a03b1c2a8 100644 (file)
@@ -1326,7 +1326,7 @@ void Game::sendUpdate()
 
         pthread_mutex_lock(&an_mutex);
         memcpy(&sendbuffer[size],(void*)&animation, sizeof(int));
-        if (animation == 7 || animation == 8 || animation == 5 || animation == 3)
+        if (animation == 7 || animation == 8 || animation == 5 || animation == 3 || animation == 1)
             animation = 0;
         
       //  cout << "sent animation " << send << "\n\n\n\n\n\n";