Move preloader update code to new function preloaderlogic()

Otherwise the preloader will go by way too quickly.
This commit is contained in:
Misa
2020-05-04 10:06:07 -07:00
committed by Ethan Lee
parent 97b8e062ff
commit b5b958561c
3 changed files with 10 additions and 1 deletions

View File

@@ -400,6 +400,7 @@ int main(int argc, char *argv[])
switch(game.gamestate)
{
case PRELOADER:
preloaderlogic();
break;
#if !defined(NO_CUSTOM_LEVELS)
case EDITORMODE: