Bump the PRS1 loader version to force rebuilds of PRS1 data.

This was bumped once already after the previous release version, but
bumping it again now will make sure that all beta testers are working
from data based on the current state of the PRS1 loader.
This commit is contained in:
sawinglogz 2019-12-27 22:10:02 -06:00
parent b90571e940
commit ba44887853

View File

@ -25,7 +25,7 @@
//********************************************************************************************
// Please INCREMENT the following value when making changes to this loaders implementation
// BEFORE making a release
const int prs1_data_version = 16;
const int prs1_data_version = 17;
//
//********************************************************************************************
#if 0 // Apparently unused