This commit is contained in:
Charles 2001-08-08 15:43:07 +00:00
parent 4caddd162d
commit 45435136f8
10 changed files with 153 additions and 18 deletions

View file

@ -54,10 +54,6 @@
#include "hazard\hrweight.h"
#endif
#ifndef __HAZARD_HRWHEEL_H__
#include "hazard\hrwheel.h"
#endif
#ifndef __HAZARD_HPSWITCH_H__
#include "hazard\hpswitch.h"
#endif
@ -321,6 +317,7 @@ void CThingManager::matchWheelsAndWeights()
if ( testPos.vx == wheelPos.vx && testPos.vy == wheelPos.vy )
{
wheel->linkToWeight( weight );
weight->linkToWheel( wheel );
}
}