Fixed do_prompt() bug in 800x600 mode. (TOYAMA Shin-ichi)
This commit is contained in:
parent
d6b96e6010
commit
1198617dbb
1 changed files with 4 additions and 4 deletions
|
|
@ -7,12 +7,12 @@
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
June 14, 2002 - September 28, 2003
|
June 14, 2002 - October 13, 2003
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define VER_VERSION "0.9.13"
|
#define VER_VERSION "0.9.13"
|
||||||
#define VER_DATE "2003.09.28"
|
#define VER_DATE "2003.10.13"
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
|
|
@ -8235,8 +8235,8 @@ int do_prompt(char * text, char * btn_yes, char * btn_no)
|
||||||
SDL_BlitSurface(img_no, NULL, screen, &dest);
|
SDL_BlitSurface(img_no, NULL, screen, &dest);
|
||||||
|
|
||||||
wordwrap_text(font, btn_no, black,
|
wordwrap_text(font, btn_no, black,
|
||||||
166 + PROMPTOFFSETX + 48 + 4, 235 + PROMPTOFFSETY, 475,
|
166 + PROMPTOFFSETX + 48 + 4, 235 + PROMPTOFFSETY,
|
||||||
0, 0, 1);
|
475 + PROMPTOFFSETX, 0, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue