mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +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> spacestation2class::loadlevel(int rx, int ry, Game& game, entityclass& obj)
|
||||
std::vector<std::string> spacestation2class::loadlevel(int rx, int ry)
|
||||
{
|
||||
int t;
|
||||
rx -= 100;
|
||||
|
||||
Reference in New Issue
Block a user