diff UI/UiGame.cpp @ 2182:e1e4a8a20b5f

_46А6АС_GetActorsInViewport
author Ritor1
date Thu, 23 Jan 2014 17:31:12 +0600
parents f0b5ca2dfb73
children 7a517c9a1d5b
line wrap: on
line diff
--- a/UI/UiGame.cpp	Thu Jan 23 00:18:05 2014 +0600
+++ b/UI/UiGame.cpp	Thu Jan 23 17:31:12 2014 +0600
@@ -1701,14 +1701,14 @@
   int pTextureID; // eax@57
   Texture *pPortrait; // [sp-4h] [bp-1Ch]@27
 
-  if ( qword_A750D8 )
+  if ( _A750D8_player_speech_timer )
   {
-    qword_A750D8 -= (signed int)pMiscTimer->uTimeElapsed;
-    if ( qword_A750D8 <= 0 )
+    _A750D8_player_speech_timer -= (signed int)pMiscTimer->uTimeElapsed;
+    if ( _A750D8_player_speech_timer <= 0 )
     {
       if ( pPlayers[uSpeakingCharacter]->CanAct() )
         pPlayers[uSpeakingCharacter]->PlaySound(PlayerSpeechID, 0);
-      qword_A750D8 = 0i64;
+      _A750D8_player_speech_timer = 0i64;
     }
   }