mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove global args from main game loadlevel() functions
This removes global args from Finalclass.cpp, Labclass.cpp, Otherlevel.cpp, Spacestation2.cpp, and WarpClass.cpp.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "MakeAndPlay.h"
|
||||
|
||||
std::vector<std::string> warpclass::loadlevel(int rx, int ry , Game& game, entityclass& obj)
|
||||
std::vector<std::string> warpclass::loadlevel(int rx, int ry)
|
||||
{
|
||||
int t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user