summaryrefslogtreecommitdiffstats
path: root/level.h
diff options
context:
space:
mode:
Diffstat (limited to 'level.h')
-rw-r--r--level.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/level.h b/level.h
index e647509..8b098d8 100644
--- a/level.h
+++ b/level.h
@@ -5,7 +5,7 @@
typedef struct _ROOM {
POLYGON polygon;
- unsigned char *name;
+ char *name;
} ROOM;
typedef struct _LEVEL {