diff --git a/src/main.c b/src/main.c index da86f814bf449df3b98626a89191e7938fca2d51..63f889a8196d5a13e4a585d27cb68f89898d44d7 100644 --- a/src/main.c +++ b/src/main.c @@ -943,7 +943,7 @@ void _te4_export te4main(int argc, char *argv[], core_boot_type *given_core_def) if (core_def->corenum) { // Just reboot the lua VM - if (core_def->corenum == TE4CORE_VERSION && 0) + if (core_def->corenum == TE4CORE_VERSION) { tickPaused = FALSE; setupRealtime(0);