summaryrefslogtreecommitdiff
path: root/src/dungeon_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon_util.c')
-rw-r--r--src/dungeon_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon_util.c b/src/dungeon_util.c
index f717212..5943d4b 100644
--- a/src/dungeon_util.c
+++ b/src/dungeon_util.c
@@ -2,7 +2,7 @@
#include "dungeon_util.h"
extern struct MapTile* GetMapTileAtPosition(s16, s16);
-extern struct MapTile *GetMapEntity(s16, s16);
+extern struct MapTile* GetMapEntity(s16, s16);
bool8 EntityExists(struct DungeonEntity *entity)
{