projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de06bd
)
- removed SDL_Flip() line.. was causing a crash on exit
author
Ryan Flegel
<rflegel@gmail.com>
Wed, 9 Jun 2004 03:43:03 +0000
(
03:43
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Wed, 9 Jun 2004 03:43:03 +0000
(
03:43
+0000)
SVN-Revision: 1451
src/supertux.cpp
patch
|
blob
|
history
diff --git
a/src/supertux.cpp
b/src/supertux.cpp
index
22cf28d
..
c9e22aa
100644
(file)
--- a/
src/supertux.cpp
+++ b/
src/supertux.cpp
@@
-75,7
+75,7
@@
int main(int argc, char * argv[])
}
SDL_FillRect(screen, 0, 0);
- SDL_Flip(screen);
+
//
SDL_Flip(screen);
unloadshared();
st_general_free();