1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Removed debug trace.

This commit is contained in:
Frank Zago 2011-09-25 18:59:59 +00:00
parent 4a3d1a22d6
commit 14261d6be9

View File

@ -493,8 +493,6 @@ void CMessage::drawBorder(int playerColor, SDL_Surface * ret, int w, int h, int
if (cur_w > box[6]->w)
cur_w = box[6]->w;
printf("FZ- cur_w=%d (%d %d %d)\n", cur_w, stop_x - start_x, box[6]->h);
// Top border
Rect srcR(0, 0, cur_w, box[6]->h);
Rect dstR(start_x, y, 0, 0);