ljh2_branch
luojunhui 1 year ago
parent 7aff6523d1
commit e73bb874f4

@ -13,7 +13,7 @@
#define TEXT_TOMBSTONE
#endif
#if defined(mac) || defined(__BEOS__)
#ifndef TEXT_TOMBSTONE
#ifndef TEXT_TOMBSTONE//墓碑文档定义
#define TEXT_TOMBSTONE
#endif
#endif
@ -70,7 +70,7 @@ static const char *const rip_txt[] = {
#define DEATH_LINE 8 /* *char[] line # for death description */
#define YEAR_LINE 12 /* *char[] line # for year */
static void
static void//将给定的文本字符串居中并放置在特定的位置。
center(int line, char *text)
{
register char *ip, *op;
@ -81,7 +81,7 @@ center(int line, char *text)
}
void
genl_outrip(winid tmpwin, int how, time_t when)
genl_outrip(winid tmpwin, int how, time_t when)//在游戏中生成并显示一个“墓碑”文本
{
register char **dp;
register char *dpx;

Loading…
Cancel
Save