finalize dancing character directory structure

better camera movements
animated face textures
This commit is contained in:
Chris Danford
2003-06-09 19:22:04 +00:00
parent dd8d872d28
commit b2f5393026
14 changed files with 295 additions and 132 deletions
+1 -1
View File
@@ -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;