mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 02:25:17 -05:00
Data loading tweaks, fixes, and finishing touches.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr uint8_t BUILD_MON = 1;
|
||||
constexpr uint8_t BUILD_DAY = 6;
|
||||
constexpr uint8_t BUILD_MON = 5;
|
||||
constexpr uint8_t BUILD_DAY = 31;
|
||||
constexpr uint16_t BUILD_YEAR = 2025;
|
||||
} // namespace
|
||||
|
||||
@@ -82,7 +82,7 @@ JKSV::JKSV(void)
|
||||
// JKSV also has no internal strings anymore. This is FATAL now.
|
||||
ABORT_ON_FAILURE(strings::initialize());
|
||||
|
||||
if (!data::initialize())
|
||||
if (!data::initialize(false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user