mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Removed accidental check in of debug print.
This commit is contained in:
@@ -1043,7 +1043,7 @@ void CellClass::ConvertIsoCoordsToScreen(int& x, int& y) {
|
||||
x = tempPt_x - CELL_PIXEL_W;
|
||||
y = tempPt_y - CELL_PIXEL_H;
|
||||
|
||||
Console_Printf("%d %d\n", x, y);
|
||||
//Console_Printf("%d %d\n", x, y);
|
||||
}
|
||||
|
||||
bool CellClass::ScreenCoordsToIsoCoords(COORDINATE screenCoord, COORDINATE& isoCoord) {
|
||||
|
||||
Reference in New Issue
Block a user