mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Don't store procptr stubs in Ftrs across app boots! Fixes device-resetting crash.
This commit is contained in:
parent
c1c96ed807
commit
b9068c10c1
1 changed files with 1 additions and 2 deletions
|
@ -375,8 +375,7 @@ enum {
|
|||
#ifdef XWFEATURE_COMBINEDAWG
|
||||
, DAWG_STORE_FEATURE
|
||||
#endif
|
||||
, PACE_SCREEN_LIBMNGMT_FEATURE
|
||||
, PACE_SCREEN_SOCKETPROC_FEATURE
|
||||
, PACE_BT_CBK_FEATURE
|
||||
};
|
||||
enum { WANTS_68K, WANTS_ARM };
|
||||
|
||||
|
|
Loading…
Reference in a new issue