projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e8cce
)
Just removed two printfs I have mistakelly committed.
author
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 14:30:03 +0000
(14:30 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 14:30:03 +0000
(14:30 +0000)
SVN-Revision: 591
src/leveleditor.cpp
patch
|
blob
|
history
diff --git
a/src/leveleditor.cpp
b/src/leveleditor.cpp
index
92c8ec5
..
acda848
100644
(file)
--- a/
src/leveleditor.cpp
+++ b/
src/leveleditor.cpp
@@
-345,11
+345,8
@@
int leveleditor(int levelnb)
mouse_cursor->draw();
-printf("done: %i\n", done);
-
if(done)
{
-printf("done\n");
le_quit();
return 0;
}