projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f021e90
)
Just removed a printf.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 13 Mar 2004 02:55:41 +0000
(
02:55
+0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 13 Mar 2004 02:55:41 +0000
(
02:55
+0000)
SVN-Revision: 201
src/leveleditor.c
patch
|
blob
|
history
diff --git
a/src/leveleditor.c
b/src/leveleditor.c
index
e6caec1
..
e23cd1f
100644
(file)
--- a/
src/leveleditor.c
+++ b/
src/leveleditor.c
@@
-1068,7
+1068,6
@@
void le_checkevents()
if(le_mouse_pressed[RIGHT] == YES)
{
- fprintf(stderr, "mouse scrolling\n");
pos_x += -1 * event.motion.xrel;
}
}