Fix vshook

develop
Lethosor 2015-03-26 19:27:22 -04:00
parent ee16c6d1ab
commit 88c3a629d5
1 changed files with 2 additions and 1 deletions

@ -33,7 +33,8 @@ struct title_hook : df::viewscreen_titlest {
INTERPOSE_NEXT(render)();
Screen::Pen pen(' ',COLOR_WHITE,COLOR_BLACK);
Screen::paintString(pen,0,0,"DFHack " DFHACK_VERSION);
Screen::paintString(pen, 0, 0, "DFHack ");
Screen::paintString(pen, 7, 0, get_dfhack_version());
}
};