From f80ebc825e15273435e22cdd275d2fce6e5baad7 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Thu, 2 Oct 2008 20:56:38 +0000 Subject: [PATCH] Fixed syntax error. --- magic/src/puzzle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/magic/src/puzzle.c b/magic/src/puzzle.c index 3dde76739..3291eb463 100755 --- a/magic/src/puzzle.c +++ b/magic/src/puzzle.c @@ -41,8 +41,7 @@ static Mix_Chunk * puzzle_snd; static int puzzle_gcd=0; //length of side of each rectangle; 0 is temporary value. -static int puzzle_rect_q=4; //quantity of rectangles when using paint mode. Must be an odd value - but -it's even! +static int puzzle_rect_q=4; //quantity of rectangles when using paint mode. Must be an odd value - but it's even! static int rects_w, rects_h; Uint32 puzzle_api_version(void) { return(TP_MAGIC_API_VERSION); }