- refactoring custom wave / shape to use std iterators

- moving custom wave/shape eval to earlier stage


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@207 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-06-22 05:39:55 +00:00
parent f4025c8eaf
commit 0035e08dca
10 changed files with 365 additions and 181 deletions

View File

@ -117,7 +117,7 @@ void InitCond::init_cond_to_string() {
break;
default:
return;
}
}
/* Compute the length of the string */
string_length = strlen(string);