Indicate development builds

develop
lethosor 2015-10-24 14:52:00 -04:00
parent daefb665dd
commit daf20c16bd
1 changed files with 2 additions and 0 deletions

@ -33,6 +33,8 @@ struct title_version_hook : df::viewscreen_titlest {
INTERPOSE_NEXT(render)();
int x = 0, y = 0;
OutputString(COLOR_WHITE, x, y, string("DFHack ") + DFHACK_VERSION);
if (!DFHACK_IS_RELEASE)
OutputString(COLOR_WHITE, x, y, " (dev)");
}
};