merge of work/home changes

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@289 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-08-02 02:56:18 +00:00
parent da16f06cbc
commit 0b757f5885
99 changed files with 71 additions and 22916 deletions

View File

@ -62,7 +62,8 @@ CustomWave::CustomWave(int _id):
scaling(1.0),
per_frame_eqn_string_index(0),
per_frame_init_eqn_string_index(0),
per_point_eqn_string_index(0)
per_point_eqn_string_index(0),
param_tree(new std::map<std::string, Param*>())
{
Param * param;