finalize dancing character directory structure
better camera movements animated face textures
This commit is contained in:
@@ -40,7 +40,7 @@ bool IniFile::ReadFile()
|
||||
{
|
||||
ifstream file(path);
|
||||
|
||||
if (file.bad())
|
||||
if (!file.is_open())
|
||||
{
|
||||
error = "Unable to open ini file.";
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user