don't show "loading ARM" except on debug versions. It's fast enough now.

This commit is contained in:
ehouse 2006-01-21 19:16:39 +00:00
parent 95eaac50dd
commit 301d854c25

View file

@ -214,7 +214,9 @@ PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags)
UInt32 result;
Boolean loaded;
#ifdef DEBUG
WinDrawChars( "Loading ARM code...", 19, 5, 25 );
#endif
loaded = setupPnolet( &pnoCode, &gotTable );
dataP = (PnoletUserData*)MemPtrNew( sizeof(PnoletUserData) );