Fixed syntax error.
This commit is contained in:
parent
9ffb693d1b
commit
f80ebc825e
1 changed files with 1 additions and 2 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue