Removed some debugging.
This commit is contained in:
parent
ee0031bd6a
commit
fcd2a10761
2 changed files with 2 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue