Home
last modified time | relevance | path

Searched refs:Remove3X3Pit (Results 1 – 4 of 4) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DPits.h9 void Remove3X3Pit( INT32 iMapIndex );
H A DPits.cc124 void Remove3X3Pit( INT32 iMapIndex ) in Remove3X3Pit() function
190 case ACTION_ITEM_SMALL_PIT: Remove3X3Pit(wi.sGridNo); break; in RemoveAllPits()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DItem_Statistics.cc1346 case ACTION_ITEM_SMALL_PIT: Remove3X3Pit(wi.sGridNo); break; in UpdateActionItem()
H A DEditorItems.cc903 case ACTION_ITEM_SMALL_PIT: Remove3X3Pit(sGridNo); break; in DeleteSelectedItem()