From 973639632b287af298f2338fb1551bb128ee0839 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sat, 30 Jan 2016 23:55:36 -0600 Subject: [PATCH] typos, get your fresh typos here! --- .../library/sharedGame/src/shared/space/NebulaManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/shared/library/sharedGame/src/shared/space/NebulaManager.cpp b/engine/shared/library/sharedGame/src/shared/space/NebulaManager.cpp index 958a215a..803c5a76 100755 --- a/engine/shared/library/sharedGame/src/shared/space/NebulaManager.cpp +++ b/engine/shared/library/sharedGame/src/shared/space/NebulaManager.cpp @@ -198,7 +198,7 @@ void NebulaManager::loadSceneData(std::string const & sceneId) //technically this means that this will be called twice for existing nebula tables // but it's worth it to kill that fucking annoying warning // not a space scene...or a missing space scene - if (!TreeFile::exists(fileName.c_str()) + if (!TreeFile::exists(filename.c_str())) { return; }