Searched refs:nrships (Results 1 – 5 of 5) sorted by relevance
/dports/games/editss/editss-2.2/ |
H A D | editss.c | 106 int xo, yo, nrships; /* nr of ships in lib */ variable 501 XFillRectangle(XtDisplay(toplevel),pm_ships,gc_draw,0,0,SPM_SIZE,SPM_SIZE*nrships); in getdir() 504 SPM_SIZE, SPM_SIZE*nrships, 0,0); in getdir() 507 nrships=0; in getdir() 509 nrships+=1; in getdir() 512 if (nrships<1) i1=1; else i1=nrships; in getdir() 523 nrships=0; in getdir() 540 …_ships,gc_clear,rs(sh->p[i].x),rs(-sh->p[i].y)+nrships*SPM_SIZE,rs(sh->p[i+1].x),rs(-sh->p[i+1].y)… in getdir() 542 …pm_ships,gc_clear,rs(sh->p[i].x),rs(-sh->p[i].y)+nrships*SPM_SIZE,rs(sh->p[0].x),rs(-sh->p[0].y)+n… in getdir() 544 nrships+=1; in getdir() [all …]
|
H A D | vars.h | 49 extern int xo, yo, nrships; /* nr of ships in lib */
|
H A D | actions.c | 263 if (SPM_SIZE*nrships>y) y=SPM_SIZE*nrships; in a_resize() 337 SPM_SIZE, SPM_SIZE*nrships, 0,0); in a_redrawdir() 411 if (y>=nrships) return; in a_buttondir()
|
H A D | xstuff.c | 366 XtNheight, SPM_SIZE*nrships, in x_init()
|
/dports/games/widelands/widelands-build21/src/economy/ |
H A D | ship_fleet.cc | 708 const uint32_t nrships = fr.unsigned_32(); in load() local 709 ships_.resize(nrships); in load() 710 for (uint32_t i = 0; i < nrships; ++i) { in load()
|