From 8285ef8446bd97cb6cd6dbb309c55dd5dbc1bae9 Mon Sep 17 00:00:00 2001 From: DMD Date: Mon, 29 Jan 2018 21:59:20 +0200 Subject: [PATCH] Fix jumppoint fubar --- TemplePlus/maps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TemplePlus/maps.h b/TemplePlus/maps.h index bb239de4b..f2ac16781 100644 --- a/TemplePlus/maps.h +++ b/TemplePlus/maps.h @@ -14,6 +14,7 @@ struct LgcyJumpPoint { int id; char* mapName; int mapId; + uint32_t field_C; locXY location; };