Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/common/
H A DCShootList.cpp337 flags |= SHF_NG_XPOSOFF; in writeSmallShot()
390 if( flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF ) { in writeSmallShot()
401 …if( (flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF) && (flags & SHF_YPOSOFF || flags & SHF_NG_YPOS… in writeSmallShot()
579 if( flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF ) { in readSmallShot()
591 …if( (flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF) && (flags & SHF_YPOSOFF || flags & SHF_NG_YPOS… in readSmallShot()
600 if( flags & SHF_NG_XPOSOFF ) in readSmallShot()
682 if( flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF ) in skipSmallShot()
690 …if( (flags & SHF_XPOSOFF || flags & SHF_NG_XPOSOFF) && (flags & SHF_YPOSOFF || flags & SHF_NG_YPOS… in skipSmallShot()
/dports/games/openlierox/OpenLieroX/include/
H A DCShootList.h37 #define SHF_NG_XPOSOFF 0x20 macro