summaryrefslogtreecommitdiff
path: root/src/signs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs.cpp')
-rw-r--r--src/signs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs.cpp b/src/signs.cpp
index 4b2d48cd1..16df0d1da 100644
--- a/src/signs.cpp
+++ b/src/signs.cpp
@@ -272,6 +272,6 @@ static void Load_SIGN(void)
_sign_sort_dirty = true;
}
-const ChunkHandler _sign_chunk_handlers[] = {
+extern const ChunkHandler _sign_chunk_handlers[] = {
{ 'SIGN', Save_SIGN, Load_SIGN, CH_ARRAY | CH_LAST},
};