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:
@@ -27,7 +27,7 @@ public:
|
||||
};
|
||||
|
||||
void addline(std::string t);
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user