projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0ef83
)
fixed missing semicolon
author
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 10 May 2004 20:37:59 +0000
(20:37 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 10 May 2004 20:37:59 +0000
(20:37 +0000)
SVN-Revision: 1086
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
c54652d
..
d31ce95
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-191,7
+191,7
@@
void draw_demo(GameSession* session, double frame_ratio)
// Wrap around at the end of the level back to the beginnig
if(plevel->width * 32 - 320 < tux->base.x)
{
- tux->level_begin()
+ tux->level_begin()
;
scroll_x = 0;
}