mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-26 16:05:51 +00:00
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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user