Home
last modified time | relevance | path

Searched refs:NUM_MINES (Results 1 – 4 of 4) sorted by last modified time

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dmines.h16 #define NUM_MINES 200 macro
26 extern mine mine_list[NUM_MINES];
H A Dminimap.c184 for (i = 0; i < NUM_MINES; i++) in draw_actor_points()
H A Dmines.c26 mine mine_list[NUM_MINES];
91 if (mines_no > NUM_MINES) in add_mines_from_list()
103 if (mine_id >= NUM_MINES) in add_mines_from_list()
144 if (which_mine == -1 || which_mine >= NUM_MINES) return; in remove_mine()
160 for (i = 0; i < NUM_MINES; i++){ // Clear the mines list! in remove_all_mines()
/dports/games/xmines/xmines/
H A Dmakemap.c11 #define NUM_MINES 99 macro
88 for (i=0; i < NUM_MINES; i++) in InitMap()