Removed some debugging.

This commit is contained in:
William Kendrick 2014-08-05 08:27:21 +00:00
parent ee0031bd6a
commit fcd2a10761
2 changed files with 2 additions and 6 deletions

View file

@ -244,8 +244,8 @@ DEFS:=-DVER_DATE=\"$(VER_DATE)\" -DVER_VERSION=\"$(VER_VERSION)\" \
$(NOSOUNDFLAG) $(NOSVGFLAG) $(OLDSVGFLAG) $(NOPANGOFLAG) \
$(MAEMOFLAG)
#DEBUG_FLAGS:=
DEBUG_FLAGS:=-g
DEBUG_FLAGS:=
#DEBUG_FLAGS:=-g
MOUSE_CFLAGS:=-Isrc/$(MOUSEDIR) -D$(CURSOR_SHAPES)_CURSOR_SHAPES

View file

@ -542,10 +542,6 @@ int scan_fill(magic_api * api, SDL_Surface * canvas, SDL_Surface * srfc, int x,
leftx = x - 1;
rightx = x + 1;
/*
printf("x=%d, y=%d, fill_edge=%d\n", x, y, fill_edge);
fflush(stdout);
*/
if (mosaic_shaped_counted[y * canvas->w + x] == 1)
{