comparison UI/UiGame.cpp @ 1406:d071e0e9ba75

Explosion Traps fix
author Ritor1
date Tue, 23 Jul 2013 15:41:45 +0600
parents 28f87f5234a1
children d4f57df4c299
comparison
equal deleted inserted replaced
1405:c0b273d33338 1406:d071e0e9ba75
2199 { 2199 {
2200 qword_A750D8 -= (signed int)pMiscTimer->uTimeElapsed; 2200 qword_A750D8 -= (signed int)pMiscTimer->uTimeElapsed;
2201 if ( qword_A750D8 <= 0 ) 2201 if ( qword_A750D8 <= 0 )
2202 { 2202 {
2203 if ( pPlayers[word_A750E2]->CanAct() ) 2203 if ( pPlayers[word_A750E2]->CanAct() )
2204 pPlayers[word_A750E2]->PlaySound((PlayerSpeech)word_A750E0, 0); 2204 pPlayers[word_A750E2]->PlaySound(PlayerSpeechID, 0);
2205 qword_A750D8 = 0i64; 2205 qword_A750D8 = 0i64;
2206 } 2206 }
2207 } 2207 }
2208 2208
2209 for (uint i = 0; i < 4; ++i) 2209 for (uint i = 0; i < 4; ++i)