Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOSNOWG.h86 extern SnowGroundArray snow_ground_array;
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DAM.cpp214 SnowGroundArray snow_ground_array; variable
H A DOGAME.cpp224 snow_ground_array.init(weather.snow_scale(), info.game_year); in init()
H A DOWORLD_Z.cpp336 long snowSeed = (snow_ground_array.snow_pattern << 16) + (yLoc << 8); in draw()
370 if( config.snow_ground==1 && snow_ground_array.snow_thick > 0) in draw()
372 vga_back.snow_32x32(x,y, snowSeed+xLoc, 0xffff - snow_ground_array.snow_thick); in draw()
377 int snowMapId = snow_ground_array.has_snow(xLoc,yLoc); in draw()
H A DOGFILE2.cpp428 if( !snow_ground_array.write_file(filePtr) ) in write_file_3()
685 if( !snow_ground_array.read_file(filePtr) ) in read_file_3()
H A DOSYS2.cpp165 snow_ground_array.process(); in process()