summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index e0bc48936..fe74d7ca7 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -437,6 +437,6 @@ static void Load_WAYP(void)
}
}
-const ChunkHandler _waypoint_chunk_handlers[] = {
+extern const ChunkHandler _waypoint_chunk_handlers[] = {
{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
};