Home
last modified time | relevance | path

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

/dports/games/gemdropx/gemdropx-0.9/
H A Dgemdropx.c1115 author_width, author_height, author_x, author_y, author, in title() local
1127 author_height = object_pixmaps[AUTHOR_GFX - 1] -> h; in title()
1133 author_y = HEIGHT * 48 - author_height - (rand() % 10) - 30; in title()
1240 dest.h = author_height; in title()
1271 if (author_y > HEIGHT * 48 - author_height) in title()
1273 author_y = HEIGHT * 48 - author_height; in title()
1286 dest.h = author_height; in title()