@@ -7325,6 +7325,7 @@ int la_ProcessSysMessage(){
TranslateMessage(&msg); DispatchMessage(&msg);
SendIdle = 0; MAIN.IdleStart = MAIN.TimeAccum; MAIN.IdleTriggered = 0;
};
+ if(!MAIN.Windows.pFirst){ return 0; }
#endif
for(laWindow* w=MAIN.Windows.pFirst;w;w=w->Item.pNext){