Home
last modified time | relevance | path

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

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h879 …short refreshMs; // modder defined number of milliseconds in which the screen is updated while loa… member
H A Dopenbor.c638 s->refreshMs = (ms ? ms : 100); in fill_s_loadingbar()
10186 …if(ticks - lasttick > s->refreshMs || value < 0 || value == max) { // Negative value forces a repa… in update_loading()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h877 …short refreshMs; // modder defined number of milliseconds in which the screen is updated while loa… member
H A Dopenbor.c686 s->refreshMs = (ms ? ms : 100); in fill_s_loadingbar()
10406 …if(ticks - lasttick > s->refreshMs || value < 0 || value == max) { // Negative value forces a repa… in update_loading()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h895 …int refreshMs; // modder defined number of milliseconds in which the screen is updated while loadi… member
H A Dopenbor.c708 s->refreshMs = (ms ? ms : 100); in fill_s_loadingbar()
14086 …if(ticks - lasttick > s->refreshMs || value < 0 || value == max) // Negative value forces a repa… in update_loading()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1641 …int refreshMs; // modder defined number of milliseconds in which the screen is update… member
H A Dopenbor.c779 s->refreshMs = (ms ? ms : 100); in fill_s_loadingbar()
16504 …if(ticks - lasttick > s->refreshMs || value < 0 || value == max) // Negative value forces a repa… in update_loading()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2126 …int refreshMs; // modder defined number of milliseconds in which the screen is update… member
H A Dopenbor.c832 s->refreshMs = (ms ? ms : 100); in fill_s_loadingbar()
16967 …if(ticks - lasttick > s->refreshMs || value < 0 || value == max) // Negative value forces a repa… in update_loading()