From 53acf0f3a30db444bc497000a0f8847fa63cdadb Mon Sep 17 00:00:00 2001 From: phantom Date: Mon, 4 Feb 2013 15:51:04 +0100 Subject: [PATCH] Put GamePrefs and UserPrefs into Save. --- Themes/_fallback/Scripts/03 GamePreferences.lua | 5 ++--- Themes/_fallback/Scripts/03 UserPreferences2.lua | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Themes/_fallback/Scripts/03 GamePreferences.lua b/Themes/_fallback/Scripts/03 GamePreferences.lua index 1ea0901623..c9a1861fd5 100644 --- a/Themes/_fallback/Scripts/03 GamePreferences.lua +++ b/Themes/_fallback/Scripts/03 GamePreferences.lua @@ -31,8 +31,7 @@ ThemeInfo is documented at http://kki.ajworld.net/wiki/ThemeInfo.lua After that's set up, read the docs. ]] --- xxx: DON'T USE DATA!! -local PrefPath = "Data/GamePrefs/" +local PrefPath = "Save/GamePrefs/" --[[ begin internal stuff; no need to edit below this line. ]] @@ -145,4 +144,4 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -]] \ No newline at end of file +]] diff --git a/Themes/_fallback/Scripts/03 UserPreferences2.lua b/Themes/_fallback/Scripts/03 UserPreferences2.lua index eacfc28026..38c3531211 100644 --- a/Themes/_fallback/Scripts/03 UserPreferences2.lua +++ b/Themes/_fallback/Scripts/03 UserPreferences2.lua @@ -31,8 +31,7 @@ ThemeInfo is documented at http://kki.ajworld.net/wiki/ThemeInfo.lua After that's set up, read the docs. ]] --- xxx: DON'T WRITE TO DATA! -local PrefPath = "Data/UserPrefs/".. THEME:GetThemeDisplayName() .."/" +local PrefPath = "Save/UserPrefs/".. THEME:GetThemeDisplayName() .."/" --[[ begin internal stuff; no need to edit below this line. ]] @@ -145,4 +144,4 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -]] \ No newline at end of file +]]