diff mm7_3.cpp @ 146:1b7ca63e472e

Слияние
author Ritor1
date Mon, 19 Nov 2012 09:41:32 +0600
parents b90504bbb93b
children 062e8a8e09bc
line wrap: on
line diff
--- a/mm7_3.cpp	Mon Nov 19 09:41:10 2012 +0600
+++ b/mm7_3.cpp	Mon Nov 19 09:41:32 2012 +0600
@@ -9139,21 +9139,18 @@
 {
   return 64 - (a1 >> 9);
 }
-// 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int);
 
 //----- (0047F469) --------------------------------------------------------
 int __stdcall GridCellToWorldPosX(int a1)
 {
   return (a1 - 64) << 9;
 }
-// 47F469: using guessed type int __stdcall GridCellToWorldPosX(int);
 
 //----- (0047F476) --------------------------------------------------------
 int __stdcall GridCellToWorldPosZ(int a1)
 {
   return (64 - a1) << 9;
 }
-// 47F476: using guessed type int __stdcall GridCellToWorldPosZ(int);
 
 //----- (0047F4D3) --------------------------------------------------------
 void __fastcall sub_47F4D3(int band1, int band2, int band3)