Home
last modified time | relevance | path

Searched refs:tmp_sc_str (Results 1 – 1 of 1) sorted by path

/dports/games/xemeraldia/xemeraldia-0.4.3/
H A Dgraphics.c57 char tmp_sc_str[8]; in showTmpScore() local
62 sprintf (tmp_sc_str, "%7ld", tmpSc[ch_s].sc); in showTmpScore()
64 layout = gtk_widget_create_pango_layout (board_w, tmp_sc_str); in showTmpScore()
83 char tmp_sc_str[8]; in animateTmpScore() local
93 sprintf (tmp_sc_str, "%7ld", tmpSc[ch_s].sc); in animateTmpScore()
95 layout = gtk_widget_create_pango_layout (board_w, tmp_sc_str); in animateTmpScore()