--User changes

-Make the default interpolation type be smooth.
 -Correctly label interpolation types in the combo in the animation table on the Flame tab.
  --Set the default combo index to be smooth.
This commit is contained in:
mfeemster
2016-03-12 14:42:56 -08:00
parent f22d0503d0
commit 020cfe9116
3 changed files with 7 additions and 5 deletions

View File

@ -130,8 +130,8 @@ static bool InitPaletteList(const string& filename)
if (!added || !paletteList.Size())
{
cout << "Error parsing palette file " << filename << ". Reason: \n";
cout << paletteList.ErrorReportString() << "\nReturning without executing.\n";
cout << "Error parsing palette file " << filename << ". Reason: \n"
<< paletteList.ErrorReportString() << "\nReturning without executing.\n";
return false;
}