another lower case mod

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@390 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-03 20:50:24 +00:00
parent e563aa50a6
commit 616a7e5281
3 changed files with 17 additions and 5 deletions

View File

@ -235,7 +235,7 @@ CustomWave::CustomWave(int _id):
}
if ((param = Param::new_param_bool("bUseDots", P_FLAG_NONE, &this->bUseDots, 1, 0, 0)) == NULL)
if ((param = Param::new_param_bool("busedots", P_FLAG_NONE, &this->bUseDots, 1, 0, 0)) == NULL)
{
delete(this);
/// @bug make exception
@ -248,7 +248,7 @@ CustomWave::CustomWave(int _id):
abort();
}
if ((param = Param::new_param_bool("bAdditive", P_FLAG_NONE, &this->bAdditive, 1, 0, 0)) == NULL)
if ((param = Param::new_param_bool("badditive", P_FLAG_NONE, &this->bAdditive, 1, 0, 0)) == NULL)
{
delete(this);
abort();