Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCharAnimations.cpp305 static const char StancePrefix[] = {'3','2','5','5','4','4','2','2','5','4','1','3','3','3',… variable
309 #define NINE_FRAMES_PALETTE(stance) ((PaletteType) (StancePrefix[stance] - '1'))
1888 snprintf(prefix, 9, "%s%c%d%c%d", dest, StancePrefix[StanceID], (Part+1)%100, in AddNFSuffix()