This commit is contained in:
parent
11410abd64
commit
ba543bf7cd
1 changed files with 4 additions and 0 deletions
|
@ -1828,6 +1828,10 @@ sprintf(buf,"pc:%d\ncmd:%d",
|
|||
f.initialise(&standardFont);
|
||||
f.print(20,20,buf);
|
||||
f.dump();
|
||||
printf("f:%d pc:%d cmd:%d\n",
|
||||
m_frameCount,
|
||||
m_pc-s_fmaScripts[s_chosenScript],
|
||||
*m_pc);
|
||||
}
|
||||
switch(*m_pc)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue