comparison Vis.cpp @ 101:2fb33d31ca0d

8.02.13
author Ritor1
date Fri, 08 Feb 2013 15:59:32 +0600
parents b9196a36b7c9
children 4e35bb416dea
comparison
equal deleted inserted replaced
98:b9196a36b7c9 101:2fb33d31ca0d
1415 } 1415 }
1416 return true; 1416 return true;
1417 } 1417 }
1418 1418
1419 //----- (004C288E) -------------------------------------------------------- 1419 //----- (004C288E) --------------------------------------------------------
1420 bool Vis::sort_objects_2(RenderVertexSoft *pArray, int sLeft, int sRight)//open chest 1420 bool Vis::sort_objects_2(RenderVertexSoft *pArray, int sLeft, int sRight)
1421 { 1421 {
1422 bool result; // eax@1 1422 bool result; // eax@1
1423 RenderVertexSoft *v5; // edx@2 1423 RenderVertexSoft *v5; // edx@2
1424 int v6; // ebx@2 1424 int v6; // ebx@2
1425 int i; // ecx@2 1425 int i; // ecx@2
1431 float v13; // [sp+4Ch] [bp-24h]@4 1431 float v13; // [sp+4Ch] [bp-24h]@4
1432 int v14; // [sp+64h] [bp-Ch]@7 1432 int v14; // [sp+64h] [bp-Ch]@7
1433 Vis *thisa; // [sp+68h] [bp-8h]@1 1433 Vis *thisa; // [sp+68h] [bp-8h]@1
1434 RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2 1434 RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2
1435 1435
1436 //__debugbreak(); 1436 __debugbreak();
1437 1437
1438 result = sRight; 1438 result = sRight;
1439 thisa = this; 1439 thisa = this;
1440 if ( sRight > sLeft ) 1440 if ( sRight > sLeft )
1441 { 1441 {