mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 10:49:11 +00:00
Fixed: #1301 Fixed crash program
This commit is contained in:
parent
914059c2ae
commit
8230ecaf25
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ void BuilderZoneRegion::putTransitions (sint32 inX, sint32 inY, const NLLIGO::SP
|
||||||
if ( (corner < 4) && (m != 0) )
|
if ( (corner < 4) && (m != 0) )
|
||||||
{
|
{
|
||||||
// The material can't be paused
|
// The material can't be paused
|
||||||
for (int t = 0; i < 4; ++t)
|
for (int t = 0; t < 4; ++t)
|
||||||
dataZoneTemp.sharingMatNames[t] = STRING_UNUSED;
|
dataZoneTemp.sharingMatNames[t] = STRING_UNUSED;
|
||||||
|
|
||||||
// Don't propagate any more
|
// Don't propagate any more
|
||||||
|
|
Loading…
Reference in a new issue