mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
write to screen when loading PNOlet (temporary)
This commit is contained in:
parent
4b0db5ece3
commit
04aec8a021
1 changed files with 4 additions and 1 deletions
|
@ -210,8 +210,11 @@ PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags)
|
|||
PnoletUserData* dataP;
|
||||
UInt32* pnoCode;
|
||||
UInt32 result;
|
||||
Boolean loaded;
|
||||
|
||||
Boolean loaded = setupPnolet( &pnoCode, &gotTable );
|
||||
WinDrawChars( "Loading ARM code...", 19, 5, 25 );
|
||||
|
||||
loaded = setupPnolet( &pnoCode, &gotTable );
|
||||
dataP = (PnoletUserData*)MemPtrNew( sizeof(PnoletUserData) );
|
||||
dataP->recursive = !loaded;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue