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:
parent
4a3d1a22d6
commit
14261d6be9
@ -493,8 +493,6 @@ void CMessage::drawBorder(int playerColor, SDL_Surface * ret, int w, int h, int
|
|||||||
if (cur_w > box[6]->w)
|
if (cur_w > box[6]->w)
|
||||||
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
|
// Top border
|
||||||
Rect srcR(0, 0, cur_w, box[6]->h);
|
Rect srcR(0, 0, cur_w, box[6]->h);
|
||||||
Rect dstR(start_x, y, 0, 0);
|
Rect dstR(start_x, y, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user