Remove global args from preloader.cpp

This removes all global args from preloader.cpp, and changes all 'dwgfx'
to 'graphics'.
This commit is contained in:
Misa
2020-04-01 15:01:08 -07:00
committed by Ethan Lee
parent 07a0c74b01
commit cef111d35b
3 changed files with 33 additions and 33 deletions

View File

@@ -357,7 +357,7 @@ int main(int argc, char *argv[])
{
case PRELOADER:
//Render
preloaderrender(graphics, game, help);
preloaderrender();
break;
#if !defined(NO_CUSTOM_LEVELS)
case EDITORMODE: