mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user