From ecba9df348fce739a3e3ad83e660efe196178493 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 17 Mar 2007 17:29:32 +0000 Subject: [PATCH] Pad prefs struct so ARM and 68K versions are using same addresses (fixes crash opening game in ARM version that was saved in 68K); --- xwords4/palm/palmmain.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/xwords4/palm/palmmain.h b/xwords4/palm/palmmain.h index 8cad83c20..e9b6f05b2 100644 --- a/xwords4/palm/palmmain.h +++ b/xwords4/palm/palmmain.h @@ -126,12 +126,9 @@ typedef struct XWords4PreferenceType { Boolean showProgress; Boolean showGrid; Boolean showColors; -#ifdef DEBUG - Boolean reserved1; - Boolean reserved2; -#else - Boolean reserved1; -#endif + Boolean oneTimeShown; + Boolean reserved1[4]; /* pad out to 12 for ARM */ + /* New for 0x0405 */ CommonPrefs cp;