projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac84a8a
)
Removed the screen free. It was already been freed before, this could be the cause...
author
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 9 May 2004 21:44:07 +0000
(21:44 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 9 May 2004 21:44:07 +0000
(21:44 +0000)
SVN-Revision: 1060
src/setup.cpp
patch
|
blob
|
history
diff --git
a/src/setup.cpp
b/src/setup.cpp
index
0250ac1
..
d6318e7
100644
(file)
--- a/
src/setup.cpp
+++ b/
src/setup.cpp
@@
-668,8
+668,6
@@
void st_video_setup(void)
void st_video_setup_sdl(void)
{
- SDL_FreeSurface(screen);
-
if (use_fullscreen)
{
screen = SDL_SetVideoMode(SCREEN_W, SCREEN_H, 0, SDL_FULLSCREEN ) ; /* | SDL_HWSURFACE); */