File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ALife::EMeetActionType CALifeMonsterBrain::action_type(
7777void CALifeMonsterBrain::on_register () {}
7878void CALifeMonsterBrain::on_unregister () {}
7979void CALifeMonsterBrain::on_location_change () {}
80- IC CSE_ALifeSmartZone& CALifeMonsterBrain::smart_terrain ()
80+ CSE_ALifeSmartZone& CALifeMonsterBrain::smart_terrain ()
8181{
8282 VERIFY (object ().m_smart_terrain_id != 0xffff );
8383 if (m_smart_terrain && (object ().m_smart_terrain_id == m_smart_terrain->ID ))
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class CALifeMonsterBrain
6565public:
6666 IC object_type& object () const ;
6767 IC movement_manager_type& movement () const ;
68- IC CSE_ALifeSmartZone& smart_terrain ();
68+ CSE_ALifeSmartZone& smart_terrain ();
6969 IC void can_choose_alife_tasks (bool value);
7070};
7171
You can’t perform that action at this time.
0 commit comments