projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6737bf
)
- 'typo' fix
author
Ryan Flegel
<rflegel@gmail.com>
Mon, 21 Jun 2004 21:21:01 +0000
(21:21 +0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Mon, 21 Jun 2004 21:21:01 +0000
(21:21 +0000)
SVN-Revision: 1505
src/setup.cpp
patch
|
blob
|
history
diff --git
a/src/setup.cpp
b/src/setup.cpp
index
4a58f76
..
8a94439
100644
(file)
--- a/
src/setup.cpp
+++ b/
src/setup.cpp
@@
-678,7
+678,7
@@
void st_video_setup_sdl(void)
{
fprintf(stderr,
"\nWarning: I could not set up fullscreen video for "
- "
640x48
0 mode.\n"
+ "
800x60
0 mode.\n"
"The Simple DirectMedia error that occured was:\n"
"%s\n\n", SDL_GetError());
use_fullscreen = false;
@@
-691,7
+691,7
@@
void st_video_setup_sdl(void)
if (screen == NULL)
{
fprintf(stderr,
- "\nError: I could not set up video for
640x48
0 mode.\n"
+ "\nError: I could not set up video for
800x60
0 mode.\n"
"The Simple DirectMedia error that occured was:\n"
"%s\n\n", SDL_GetError());
exit(1);