mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move temp/temp2 off of UtilityClass, remove globaltemp
There's no reason for the temp variables to be on the class itself.
This commit is contained in:
@@ -51,9 +51,6 @@ public:
|
||||
int glow;
|
||||
int slowsine;
|
||||
int glowdir;
|
||||
int globaltemp;
|
||||
int temp;
|
||||
int temp2;
|
||||
std::vector<int> splitseconds;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user