typos, get your fresh typos here!

This commit is contained in:
DarthArgus
2016-01-30 23:55:36 -06:00
parent c14da7bcf6
commit 973639632b
@@ -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;
}