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

Remove windoze include from hsThread.h

This commit is contained in:
2012-11-17 19:27:50 -05:00
parent 72000fd0c1
commit bb4d36e69d
9 changed files with 28 additions and 17 deletions

View File

@ -402,7 +402,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
}