diff options
Diffstat (limited to 'hackvr_term')
-rw-r--r-- | hackvr_term/hackvr_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hackvr_term/hackvr_term.c b/hackvr_term/hackvr_term.c index 175680f..e9784c2 100644 --- a/hackvr_term/hackvr_term.c +++ b/hackvr_term/hackvr_term.c @@ -28,7 +28,7 @@ void hackvr_draw_character(int c,int r,const TMTCHAR *ch) { printf("# fail to open font\n"); return; } - //printf("term_%02d_%02d addshape %d 4 -1 -3 0 5 -3 0 5 7 0 -1 7 0\n",c,r,ch->a.bg+15); + printf("term_%02d_%02d addshape %d 4 -1 -3 0 5 -3 0 5 7 0 -1 7 0\n",c,r,ch->a.bg+15); for(i=0;fgets(line,sizeof(line)-1,fp) != 0;i++) { if(!strncmp(str,line,2)) { printf("term_%02d_%02d addshape %d %s",c,r,ch->a.fg==-1?2:ch->a.fg+15,line+strlen("XX addshape X ")); |