mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
don't show "loading ARM" except on debug versions. It's fast enough now.
This commit is contained in:
parent
d2a32f7a95
commit
f833a5ef2c
1 changed files with 3 additions and 1 deletions
|
@ -214,7 +214,9 @@ PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags)
|
||||||
UInt32 result;
|
UInt32 result;
|
||||||
Boolean loaded;
|
Boolean loaded;
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
WinDrawChars( "Loading ARM code...", 19, 5, 25 );
|
WinDrawChars( "Loading ARM code...", 19, 5, 25 );
|
||||||
|
#endif
|
||||||
|
|
||||||
loaded = setupPnolet( &pnoCode, &gotTable );
|
loaded = setupPnolet( &pnoCode, &gotTable );
|
||||||
dataP = (PnoletUserData*)MemPtrNew( sizeof(PnoletUserData) );
|
dataP = (PnoletUserData*)MemPtrNew( sizeof(PnoletUserData) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue