mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
fix uninitialized member vars everywhere
also fix a spelling error of 'forground' in the graphics class buffer
This commit is contained in:
@@ -90,6 +90,9 @@ glow(0),
|
||||
}
|
||||
|
||||
slowsine = 0;
|
||||
globaltemp = 0;
|
||||
temp = 0;
|
||||
temp2 = 0;
|
||||
}
|
||||
|
||||
std::string UtilityClass::String( int _v )
|
||||
|
||||
Reference in New Issue
Block a user