applied the 64-bit pointer patch submitted by Ken Hughes

This commit is contained in:
2005-11-28 06:51:54 +00:00
parent 427cae9eeb
commit e1c66eb145
17 changed files with 91 additions and 47 deletions

View File

@@ -101,7 +101,7 @@ int DummyPhysicsEnvironment::createConstraint(class PHY_IPhysicsController* ct
}
void DummyPhysicsEnvironment::removeConstraint(int constraintid)
void DummyPhysicsEnvironment::removeConstraint(void * constraintid)
{
if (constraintid)
{