Home
last modified time | relevance | path

Searched refs:SF1_SPECIAL (Results 1 – 2 of 2) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dstore.c2406 if (!(st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL)) {
2465 (st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL) ? -1 : st_ptr->stock_num,
2469 (st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL) ? 0 : st_ptr->stock_num,
2473 (st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL) ? -1 : st_ptr->stock_num,
2528 if (st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL)
6667 if (!(st_info[st_ptr->st_idx].flags1 & SF1_SPECIAL)) return;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h1313 #define SF1_SPECIAL 0x08000000L /* Store doesn't have an inventory but prints arbitrary text to sc… macro