git » fp-git.git » commit c264f49

added spikes type to the tile structure

author ecalot
2004-08-20 08:54:28 UTC
committer ecalot
2004-08-20 08:54:28 UTC
parent b1ea35563e5d8475c3d577583a8e747a37c486b0

added spikes 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 fab1605..7f321e8 100644
--- a/FP/src/include/room.h
+++ b/FP/src/include/room.h
@@ -56,6 +56,7 @@ typedef struct {
 	/* Graphical arributes */
 	int hasTorch;
 	int hasSkeleton;
+	int hasSpikes;
 	int hasPillar;
 	int hasFloor;
 	int hasBrokenTile;