diff Actor.cpp @ 388:d95a91011d57

AudioPlayer::PlaySound
author Nomad
date Sat, 23 Feb 2013 04:01:09 +0200
parents 243418228760
children 74205b91647b
line wrap: on
line diff
--- a/Actor.cpp	Fri Feb 22 23:47:26 2013 +0400
+++ b/Actor.cpp	Sat Feb 23 04:01:09 2013 +0200
@@ -3286,7 +3286,7 @@
       v8 = 0;
     }
     v7 = 8 * uActorID;
-    LOBYTE(v7) = 8 * uActorID | 3;
+    LOBYTE(v7) = 8 * uActorID | OBJECT_Actor;
     pAudioPlayer->PlaySound((SoundID)(signed __int16)v3, v7, 0, v8, v9, v10, v11, v12);
   }
 }