Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Indirect/
Dind-tile-data.c252 s32 nI, nJ, ndx; in MapInit() local
261 ndx = (nJ<<HSHIFT_LYR1)+nI; in MapInit()
262 if (map1[ndx] == '*') in MapInit()
264 map1[ndx] = '.'; in MapInit()
269 tile = (u8) (map1[ndx] - ' '); in MapInit()