Mercurial > mm7
comparison Vis.cpp @ 98:b9196a36b7c9
temporary fix(not lag)
author | Ritor1 |
---|---|
date | Thu, 07 Feb 2013 15:25:44 +0600 |
parents | 1faa29fd4c2d |
children | 2fb33d31ca0d |
comparison
equal
deleted
inserted
replaced
97:8c0fcfa72fce | 98:b9196a36b7c9 |
---|---|
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) | 1420 bool Vis::sort_objects_2(RenderVertexSoft *pArray, int sLeft, int sRight)//open chest |
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 { |