Skip to content

Commit

Permalink
Rename AddBuilding and AddCreature to PushBuilding and PushCreature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldfir committed Feb 8, 2013
1 parent 934011a commit bb86545
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 301 deletions.
4 changes: 2 additions & 2 deletions Creatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ void ReadCreaturesToSegment( DFHack::Core& DF, WorldSegment* segment)
tempcreature.inv->item[type][subtype].push_back(equipment);
}

b->occ.bits.unit=true;
b->creature = segment->AddCreature(tempcreature);
b->occ.bits.unit = true;
b->creature = segment->PushCreature(tempcreature);
}
}

Expand Down
Loading

0 comments on commit bb86545

Please sign in to comment.