comparison Actor.cpp @ 388:d95a91011d57

AudioPlayer::PlaySound
author Nomad
date Sat, 23 Feb 2013 04:01:09 +0200
parents 243418228760
children 74205b91647b
comparison
equal deleted inserted replaced
383:c3a0d94c07a5 388:d95a91011d57
3284 v10 = 0; 3284 v10 = 0;
3285 v9 = 0; 3285 v9 = 0;
3286 v8 = 0; 3286 v8 = 0;
3287 } 3287 }
3288 v7 = 8 * uActorID; 3288 v7 = 8 * uActorID;
3289 LOBYTE(v7) = 8 * uActorID | 3; 3289 LOBYTE(v7) = 8 * uActorID | OBJECT_Actor;
3290 pAudioPlayer->PlaySound((SoundID)(signed __int16)v3, v7, 0, v8, v9, v10, v11, v12); 3290 pAudioPlayer->PlaySound((SoundID)(signed __int16)v3, v7, 0, v8, v9, v10, v11, v12);
3291 } 3291 }
3292 } 3292 }
3293 3293
3294 3294