mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
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:
parent
6fcb5b714c
commit
233fb2ef40
1 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue