comparison mm7_3.cpp @ 521:663c4f618f56

Awards tab corrrection
author Gloval
date Sat, 02 Mar 2013 01:42:05 +0400
parents 35f28d4c0ff9
children 214d9d47cf1f
comparison
equal deleted inserted replaced
520:35f28d4c0ff9 521:663c4f618f56
16283 } 16283 }
16284 return v2; 16284 return v2;
16285 } 16285 }
16286 16286
16287 //----- (00449B57) -------------------------------------------------------- 16287 //----- (00449B57) --------------------------------------------------------
16288 unsigned int __fastcall _449B57_test_bit(unsigned __int8 *a1, __int16 a2) 16288 bool _449B57_test_bit( unsigned __int8 *a1, __int16 a2 )
16289 { 16289 {
16290 return a1[(a2 - 1) >> 3] & (0x80u >> (a2 - 1) % 8); 16290 return a1[(a2 - 1) >> 3] & (0x80u >> (a2 - 1) % 8);
16291 } 16291 }
16292 16292
16293 //----- (00449B7E) -------------------------------------------------------- 16293 //----- (00449B7E) --------------------------------------------------------
16294 void _449B7E_toggle_bit(unsigned char *pArray, __int16 a2, unsigned __int16 bToggle) 16294 void _449B7E_toggle_bit(unsigned char *pArray, __int16 a2, unsigned __int16 bToggle)