Mercurial > mm7
diff mm7_3.cpp @ 521:663c4f618f56
Awards tab corrrection
author | Gloval |
---|---|
date | Sat, 02 Mar 2013 01:42:05 +0400 |
parents | 35f28d4c0ff9 |
children | 214d9d47cf1f |
line wrap: on
line diff
--- a/mm7_3.cpp Fri Mar 01 23:43:21 2013 +0400 +++ b/mm7_3.cpp Sat Mar 02 01:42:05 2013 +0400 @@ -16285,8 +16285,8 @@ } //----- (00449B57) -------------------------------------------------------- -unsigned int __fastcall _449B57_test_bit(unsigned __int8 *a1, __int16 a2) -{ +bool _449B57_test_bit( unsigned __int8 *a1, __int16 a2 ) + { return a1[(a2 - 1) >> 3] & (0x80u >> (a2 - 1) % 8); }