Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dvmail.c172 AnimSetDataBufferSafe(main_anim, tmap_static_mem,sizeof(tmap_static_mem)); in play_vmail_intro()
374 AnimSetDataBufferSafe(main_anim, tmap_static_mem, sizeof(tmap_static_mem)); in play_vmail()
H A Dtextmaps.c149 extern uchar tmap_static_mem[];
153 #define get_tmap_64x64(i) ((uchar *)&tmap_static_mem[i * SIZE_STATIC_TMAP])
154 #define get_tmap_32x32(i) ((uchar *)&tmap_static_mem[(i * SIZE_STATIC_TMAP) + (64 * 64)])
155 #define get_tmap_16x16(i) ((uchar *)&tmap_static_mem[(i * SIZE_STATIC_TMAP) + (64 * 64) + (32 * 3…
H A Dstatics.c42 uchar tmap_static_mem[NUM_STATIC_TMAPS * SIZE_STATIC_TMAP]; variable
H A Dtrigger.c1410 shodan_bitmask = tmap_static_mem; in hack_shodan_conquer_func()
1412 shodan_draw_fs.bits = tmap_static_mem + (SHODAN_BITMASK_SIZE / 8); in hack_shodan_conquer_func()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dstatics.h64 extern uchar tmap_static_mem[NUM_STATIC_TMAPS * SIZE_STATIC_TMAP];