diff --git a/source/system/main.cpp b/source/system/main.cpp index e4b9086aa..8bc1797f3 100644 --- a/source/system/main.cpp +++ b/source/system/main.cpp @@ -166,9 +166,10 @@ void InitSystem() // reordered to reduce black screen (hope all is well CActorPool::AddActor(ACTORS_SPONGEBOB_SBK); -#if defined(__USER_paul__) || defined(__USER_CDBUILD__) - DoAutoLoad(); -#endif + // Autoload? Who wants that in this day and age!? Pah! Autoload.. schmautoload! +//#if defined(__USER_paul__) || defined(__USER_CDBUILD__) +// DoAutoLoad(); +//#endif #if defined(__DEBUG_MEM__) DebugMemFontInit();