Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Dmap.c215 if(sptr->shapeflags & ShapeFlag_AugZ) dptr->ObFlags2 |= ObFlag2_AugZ; in MapBlockInit()
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h370 #define ShapeFlag_AugZ 0x00000010 /* For the Preprocessor */ macro
/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp3268 shphd->shapeflags = shphd->shapeflags | (ShapeFlag_AugZ | ShapeFlag_AugZ_Lite |
3548 shphd->shapeflags = shphd->shapeflags | (ShapeFlag_AugZ | ShapeFlag_AugZ_Lite |
3830 shphd->shapeflags = shphd->shapeflags | (ShapeFlag_AugZ | ShapeFlag_AugZ_Lite |
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dprojload.cpp2984 shp->shapeflags |= ShapeFlag_AugZ | ShapeFlag_AugZ_Lite; in post_process_shape()