From 448cadd5be14811c68f10f5bbb5edeaa5c88facc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 19 Feb 2010 00:58:25 +0800 Subject: [PATCH] Veinlook shows material of mineral veins --- examples/veinlook.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/veinlook.cpp b/examples/veinlook.cpp index 87832944c..5e81803c4 100644 --- a/examples/veinlook.cpp +++ b/examples/veinlook.cpp @@ -407,6 +407,8 @@ main(int argc, char *argv[]) } } } + gotoxy(0,52); + cprintf("%s",stonetypes[veinVector[vein].type].name); } gotoxy(0,51); cprintf("%s, address 0x%x",str.c_str(),veinVector[vein].address_of);