comparison Player.cpp @ 1069:e32e2287d491

minor fixes
author zipi
date Fri, 24 May 2013 19:55:34 +0100
parents 938af16d5b88
children a7e63532b9a8
comparison
equal deleted inserted replaced
1068:6cbf4eb0f953 1069:e32e2287d491
5826 if ( !a1b && (!v71 || v57 == 4) ) 5826 if ( !a1b && (!v71 || v57 == 4) )
5827 { 5827 {
5828 v58 = v56 & 0x3F; 5828 v58 = v56 & 0x3F;
5829 for ( j = 0; j < (signed int)v57; ++j ) 5829 for ( j = 0; j < (signed int)v57; ++j )
5830 { 5830 {
5831 if ( lvl_avl[i] ) 5831 if ( lvl_avl[j] )
5832 v70 += v58; 5832 v70 += v58;
5833 } 5833 }
5834 } 5834 }
5835 return v70; 5835 return v70;
5836 5836