git » fp-git.git » commit db0ec3f

changed the elevation direction

author ecalot
2005-02-07 17:14:15 UTC
committer ecalot
2005-02-07 17:14:15 UTC
parent 278fc1c2ca04b0bd0c95f4e4b2ac764bb40dedf2

changed the elevation direction

FP/src/ker/object.c +1 -1

diff --git a/FP/src/ker/object.c b/FP/src/ker/object.c
index 38a2145..1cd154e 100644
--- a/FP/src/ker/object.c
+++ b/FP/src/ker/object.c
@@ -71,7 +71,7 @@ void objectDraw(tObject object) {
 	outputDrawBitmap(
 		image, 
 		object_getLocation(object,image),
-		stateGetBottom(object)+58+object.floor*TILE_H
+		58-stateGetBottom(object)+object.floor*TILE_H
 	);
 }