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:
@@ -10,7 +10,7 @@
|
||||
class finalclass
|
||||
{
|
||||
public:
|
||||
std::vector<std::string> loadlevel(int rx, int ry, Game& game, entityclass& obj);
|
||||
std::vector<std::string> loadlevel(int rx, int ry);
|
||||
|
||||
std::string roomname;
|
||||
int coin, rcol;
|
||||
|
||||
Reference in New Issue
Block a user