mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove global args from editorclass
This removes global arg passing from all functions on editorclass. Callers have been updated correspondingly. Additionally, all 'dwgfx' has been replaced with 'graphics' in editor.cpp.
This commit is contained in:
@@ -363,11 +363,11 @@ int main(int argc, char *argv[])
|
||||
case EDITORMODE:
|
||||
graphics.flipmode = false;
|
||||
//Input
|
||||
editorinput(key, graphics, game, map, obj, help, music);
|
||||
editorinput();
|
||||
//Render
|
||||
editorrender(key, graphics, game, map, obj, help);
|
||||
editorrender();
|
||||
////Logic
|
||||
editorlogic(key, graphics, game, obj, music, map, help);
|
||||
editorlogic();
|
||||
break;
|
||||
#endif
|
||||
case TITLEMODE:
|
||||
|
||||
Reference in New Issue
Block a user