1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Merge pull request #238 from Hoikas/hdr-work

More Header Cleanups
This commit is contained in:
2013-01-01 15:38:25 -08:00
394 changed files with 3077 additions and 3153 deletions

View File

@ -308,7 +308,7 @@ bool plSimulationMgr::InitSimulation()
if ( !plPXConvert::Validate() )
{
#ifndef PLASMA_EXTERNAL_RELEASE
hsMessageBox("Ageia's PhysX or Plasma offsets have changed, need to rewrite conversion code.","PhysX Error",MB_OK);
hsMessageBox("Ageia's PhysX or Plasma offsets have changed, need to rewrite conversion code.","PhysX Error",hsMBoxOk);
#endif
return false; // client will handle this and ask user to install
}