projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65caace
)
little switch() fix
author
Tobias Gläßer
<tobi.web@gmx.de>
Thu, 19 Feb 2004 23:03:45 +0000
(23:03 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Thu, 19 Feb 2004 23:03:45 +0000
(23:03 +0000)
SVN-Revision: 134
src/title.c
patch
|
blob
|
history
diff --git
a/src/title.c
b/src/title.c
index
a527d62
..
57b2503
100644
(file)
--- a/
src/title.c
+++ b/
src/title.c
@@
-205,8
+205,8
@@
int title(void)
}
}
}
- break;
}
+ break;
case 3:
done = 1;
quit = leveleditor(1);