Fixed horrible naming convention

This commit is contained in:
Kayne Ruse
2013-12-25 22:09:59 +11:00
parent baadf554cd
commit a494bfbb38
8 changed files with 58 additions and 18 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
//Public access members
//-------------------------
SplashScreen::SplashScreen(ConfigUtility* const arg1):
config(*arg1)
SplashScreen::SplashScreen(ConfigUtility* const argConfig):
config(*argConfig)
{
logo.LoadSurface(config["dir.logos"] + "krstudios.bmp");
startTick = std::chrono::steady_clock::now();