serious bug fix evaluateFrame()

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@314 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-08-09 17:07:54 +00:00
parent c3f6dfad04
commit 0863755fd6
4 changed files with 41 additions and 18 deletions

View File

@ -41,6 +41,8 @@ int InitCond::init_cond_string_buffer_index = 0;
/* Creates a new initial condition */
InitCond::InitCond( Param * param, CValue init_val ) {
assert(param);
this->param = param;
this->init_val = init_val;