projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439727d
)
increase offscreen distance
author
Matthias Braun
<matze@braunis.de>
Mon, 24 May 2004 22:53:39 +0000
(22:53 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 24 May 2004 22:53:39 +0000
(22:53 +0000)
SVN-Revision: 1316
src/defines.h
patch
|
blob
|
history
diff --git
a/src/defines.h
b/src/defines.h
index
121fe26
..
dd5b1a8
100644
(file)
--- a/
src/defines.h
+++ b/
src/defines.h
@@
-92,8
+92,8
@@
enum DyingType {
/* Size constraints: */
-#define X_OFFSCREEN_DISTANCE
280
-#define Y_OFFSCREEN_DISTANCE
240
+#define X_OFFSCREEN_DISTANCE
screen->w*2
+#define Y_OFFSCREEN_DISTANCE
screen->h*2
#define LEVEL_WIDTH 375