mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
fix crash by initing in right place. (modified and checked in from 9300)
This commit is contained in:
parent
d064ab2840
commit
07e3e53e92
1 changed files with 4 additions and 1 deletions
|
@ -85,6 +85,10 @@ CXWordsAppView::CXWordsAppView( CEikApplication* aApp )
|
||||||
|
|
||||||
/* CBase derivitaves are zero'd out, they say */
|
/* CBase derivitaves are zero'd out, they say */
|
||||||
XP_ASSERT( iTimerReasons[0] == 0 && iTimerReasons[1] == 0 );
|
XP_ASSERT( iTimerReasons[0] == 0 && iTimerReasons[1] == 0 );
|
||||||
|
|
||||||
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
|
comms_getInitialAddr( &iCommsAddr );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
CXWordsAppView::~CXWordsAppView()
|
CXWordsAppView::~CXWordsAppView()
|
||||||
|
@ -1078,7 +1082,6 @@ CXWordsAppView::InitPrefs()
|
||||||
|
|
||||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
iGi.serverRole = SERVER_STANDALONE;
|
iGi.serverRole = SERVER_STANDALONE;
|
||||||
comms_getInitialAddr( &iCommsAddr );
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue