1
0
Fork 0

delay menu disabling a bit for props.nas to be able to catch up (?)

(sometimes the AP menu entry didn't get enabled when it should)
This commit is contained in:
mfranz 2006-04-06 09:49:49 +00:00
parent f7c5a40597
commit 35f76bab96

View file

@ -78,7 +78,7 @@ INIT = func {
setlistener("/sim/startup/xsize",
func { if (fps.getValue()) { fpsDisplay(0); fpsDisplay(1) } });
}
settimer(INIT, 0);
settimer(INIT, 1);
##