author | ecalot
<ecalot> 2004-08-27 17:59:45 UTC |
committer | ecalot
<ecalot> 2004-08-27 17:59:45 UTC |
parent | c2ccb941231679cb3abf23628d264485c9152190 |
FP/src/ker/room.c | +1 | -1 |
diff --git a/FP/src/ker/room.c b/FP/src/ker/room.c index e9e33c8..010c050 100644 --- a/FP/src/ker/room.c +++ b/FP/src/ker/room.c @@ -262,7 +262,7 @@ void drawChopper(int x, int y, int frame, tChopperLayer layer) { switch (layer) { /* TODO: use relative offsets in resources */ case layCFore: outputDrawBitmap( - roomGfx.environment->pFrames[91],x,y + roomGfx.environment->pFrames[97-frame],x,y ); break; case layCBack: