Home
last modified time | relevance | path

Searched refs:MAXWAVE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/synti/deicsonze/
H A Ddeicsonzepreset.h133 #define MAXWAVE 3 macro
H A Ddeicsonze.cpp419 _ctrl[i++].max=MAXWAVE; in initCtrls()
/dports/games/egoboo/egoboo-2.8.1/src/game/Obsolete/
H A Dscript_obsolete.c892 if ( pchr->oldz > PITNOSOUND && pstate->argument >= 0 && pstate->argument < MAXWAVE ) in run_function_obsolete()
1937 if ( pstate->argument >= 0 && pstate->argument < MAXWAVE ) in run_function_obsolete()
2405 if ( moduleactive && pstate->argument >= 0 && pstate->argument < MAXWAVE ) in run_function_obsolete()
H A Dcode_2.6.x.c2312 if ( sound >= 0 && sound < MAXWAVE ) in do_cursor_rts()