comparison UIRest.cpp @ 949:c0d0656aa662

Awards
author Nomad
date Wed, 01 May 2013 20:04:24 +0200
parents 5a2dbb00c399
children e9292c58644a
comparison
equal deleted inserted replaced
948:5a2dbb00c399 949:c0d0656aa662
129 unsigned int v10; // [sp+D8h] [bp-Ch]@9 129 unsigned int v10; // [sp+D8h] [bp-Ch]@9
130 __int16 a9[2]; // [sp+DCh] [bp-8h]@1 130 __int16 a9[2]; // [sp+DCh] [bp-8h]@1
131 int a5; // [sp+E0h] [bp-4h]@1 131 int a5; // [sp+E0h] [bp-4h]@1
132 132
133 v0 = 0; 133 v0 = 0;
134 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0); 134 a5 = TargetColor(0xAu, 0, 0);
135 *(int *)a9 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE6u, 0xD6u, 0xC1u); 135 *(int *)a9 = TargetColor(0xE6u, 0xD6u, 0xC1u);
136 ppPlayers = &pPlayers[1]; 136 ppPlayers = &pPlayers[1];
137 do 137 do
138 { 138 {
139 pPlayer = *ppPlayers; 139 pPlayer = *ppPlayers;
140 if ( !(*ppPlayers)->pConditions[14] && !pPlayer->pConditions[16] && pPlayer->sHealth > 0 ) 140 if ( !(*ppPlayers)->pConditions[14] && !pPlayer->pConditions[16] && pPlayer->sHealth > 0 )