fix uninitialized member vars everywhere

also fix a spelling error of 'forground' in the graphics class buffer
This commit is contained in:
viri
2020-01-10 18:37:23 -06:00
committed by Ethan Lee
parent fb41d93835
commit 5829007bed
7 changed files with 58 additions and 16 deletions

View File

@@ -90,6 +90,9 @@ glow(0),
}
slowsine = 0;
globaltemp = 0;
temp = 0;
temp2 = 0;
}
std::string UtilityClass::String( int _v )