diff --git a/src/jscene.c b/src/jscene.c index b79bfc4..d9e9717 100644 --- a/src/jscene.c +++ b/src/jscene.c @@ -10,6 +10,7 @@ #include #include #include +#include /* Type identifier for jscene */ static int jscene_type_id = -1; @@ -57,7 +58,7 @@ jscene *jscene_create(int x, int y, int w, int h, void *parent) s->queue_first = 0; s->queue_next = 0; s->lost_events = 0; - s->mainmenu = true; + s->mainmenu = (gint[HWCALC] != HWCALC_FXCG100); s->poweroff = true; s->autopaint = false;