mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +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
0fd0692748
commit
ecba9df348
1 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue