author | ecalot
<ecalot> 2005-03-02 09:24:35 UTC |
committer | ecalot
<ecalot> 2005-03-02 09:24:35 UTC |
parent | 95d11ec472453452ae2543580d44442a36613331 |
FP/src/ker/room.c | +0 | -1 |
diff --git a/FP/src/ker/room.c b/FP/src/ker/room.c index 4369308..14f70a7 100644 --- a/FP/src/ker/room.c +++ b/FP/src/ker/room.c @@ -486,7 +486,6 @@ void drawForePanel(tRoom* room,int x, int y) { e(84,x*TILE_W-24,y*TILE_H+0); /* wall */ if (isIn(tile,TILES_WALL)) { - /*static unsigned short seedArray[]=WALL_PROPERTIES;*/ register short seed; int cases; int env=WALL_ENV_DUNGEON;