git » fp-git.git » commit 5963ef7

Replaced debug pointer by NULL

author ecalot
2005-01-24 04:51:10 UTC
committer ecalot
2005-01-24 04:51:10 UTC
parent ef0c30540bc4ca82e5158658cd1e8d2b4fb9e1f7

Replaced debug pointer by NULL

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

diff --git a/FP/src/ker/room.c b/FP/src/ker/room.c
index fa156b5..c4818a8 100644
--- a/FP/src/ker/room.c
+++ b/FP/src/ker/room.c
@@ -80,7 +80,7 @@ tTile roomGetTile(tRoom* room,int x, int y) {
 	
 	result.back=room->back[x+12*y];
 	result.code=room->fore[x+12*y]&0x1F;
-	result.moreInfo=(void*)1/*NULL*/;
+	result.moreInfo=NULL;
 	
 	/* TODO: use a tile group: special, with GATES, PRESSABLE, SPIKES,
 	 * CHOPPER.