mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
changed Generator to T3D_Generator to prevent problems with newer php versions
This commit is contained in:
parent
39b893f1ca
commit
9b49f56bd6
26 changed files with 160 additions and 160 deletions
|
|
@ -23,13 +23,13 @@
|
|||
|
||||
beginModule( 'dsound' );
|
||||
|
||||
if ( Generator::$platform == "win32" )
|
||||
if ( T3D_Generator::$platform == "win32" )
|
||||
{
|
||||
addEngineSrcDir('sfx/dsound');
|
||||
addEngineSrcDir('sfx/xaudio');
|
||||
addProjectLibInput('x3daudio.lib');
|
||||
}
|
||||
else if ( Generator::$platform == "360" )
|
||||
else if ( T3D_Generator::$platform == "360" )
|
||||
addEngineSrcDir('sfx/xaudio');
|
||||
|
||||
endModule();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue