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

index ab4c8f1f57ba599d14c69e1a7dec2ce0b9cb88f6..f1e868bef8b6899e33fc9e3e988b1deeee1b1335 100644 (file)
@@ -626,7 +626,7 @@ bool Game::frameRenderingQueued(const FrameEvent &evt)
         
 
         pthread_mutex_lock(&po_mutex);
-        if (localPlayer->scoreAction)
+        if (localPlayer->scoreAction && animation != 3)
         {
             position = localPlayer->realPos;
             orientation = localPlayer->realOrient;