Pad prefs struct so ARM and 68K versions are using same addresses

(fixes crash opening game in ARM version that was saved in 68K);
This commit is contained in:
ehouse 2007-03-17 17:29:32 +00:00
parent 6fcb5b714c
commit 233fb2ef40

View file

@ -126,12 +126,9 @@ typedef struct XWords4PreferenceType {
Boolean showProgress; Boolean showProgress;
Boolean showGrid; Boolean showGrid;
Boolean showColors; Boolean showColors;
#ifdef DEBUG Boolean oneTimeShown;
Boolean reserved1; Boolean reserved1[4]; /* pad out to 12 for ARM */
Boolean reserved2;
#else
Boolean reserved1;
#endif
/* New for 0x0405 */ /* New for 0x0405 */
CommonPrefs cp; CommonPrefs cp;