Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOMATRIX.h51 #define LOCATE_IS_FIRM 0x400 macro
182 int is_firm() { return (loc_flag & LOCATE_BLOCK_MASK) == LOCATE_IS_FIRM; } in is_firm()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOMATRIX.cpp534 loc_flag = (loc_flag & ~LOCATE_BLOCK_MASK) | LOCATE_IS_FIRM; in set_firm()