ref: 07dc0aff9f9081a71686d750303131811f3071a4
parent: e5e01b2b3eba5e14dd8a68d2251a46334a8f20bc
author: Gabriel Ravier <gabravier@gmail.com>
date: Mon Sep 23 16:12:20 EDT 2019
Removed static from MoveArmsCursor to fix function ordering Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
--- a/src/ArmsItem.cpp
+++ b/src/ArmsItem.cpp
@@ -173,7 +173,7 @@
}
/// Update the inventory cursor
-static void MoveCampCursor()
+void MoveCampCursor()
{
// Compute the current amount of weapons and items
int arms_num = 0;