git » fp-git.git » commit 9bd2183

added skeleton type to the tile structure

author ecalot
2004-08-20 08:44:02 UTC
committer ecalot
2004-08-20 08:44:02 UTC
parent eec37f92ba89b3de2a9152adbf41cecdd9038c6e

added skeleton type to the tile structure

FP/src/include/room.h +1 -0

diff --git a/FP/src/include/room.h b/FP/src/include/room.h
index 62d7cc9..fab1605 100644
--- a/FP/src/include/room.h
+++ b/FP/src/include/room.h
@@ -55,6 +55,7 @@ typedef struct {
 	
 	/* Graphical arributes */
 	int hasTorch;
+	int hasSkeleton;
 	int hasPillar;
 	int hasFloor;
 	int hasBrokenTile;