This commit is contained in:
Charles 2001-05-23 20:24:33 +00:00
parent 99a968af65
commit bcd9f36085

View file

@ -554,6 +554,7 @@ void CLevel::initThings(int _respawningLevel)
CJellyfishGenerator::init(); CJellyfishGenerator::init();
CThingManager::initAllThings(); CThingManager::initAllThings();
CThingManager::matchWheelsAndWeights();
} }
@ -712,4 +713,3 @@ sTileMapElem *MapElem=TileLayers[CLayerTile::LAYER_TILE_TYPE_ACTION]->getMapPtr(
} }
} }