mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-07 22:22:36 -04:00
274a108167
The implicit declaration was causing issues on Linux when building in release mode. The call was getting optimized out which was preventing the "equip now?" message box from functioning as intended. Adding the `Message_ShouldAdvanceSilent` declaration to `functions.h`resolves the issue.