src/waypoint.cpp
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5649 55c8267c933f
child 5985 e7a55ca9e43d
--- a/src/waypoint.cpp	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/waypoint.cpp	Mon Jan 15 20:14:06 2007 +0000
@@ -437,6 +437,6 @@
 	}
 }
 
-const ChunkHandler _waypoint_chunk_handlers[] = {
+extern const ChunkHandler _waypoint_chunk_handlers[] = {
 	{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
 };