From 72abababa8e9eb85a002602a363a62087bab95c3 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 30 Apr 2010 17:08:16 +0200 Subject: [PATCH] Support for decorations too --- examples/dfitemdump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dfitemdump.cpp b/examples/dfitemdump.cpp index ce3aa9144..0816bba68 100644 --- a/examples/dfitemdump.cpp +++ b/examples/dfitemdump.cpp @@ -180,7 +180,7 @@ int main () printf("%d\t%p\t%s\t%d\t[%d,%d,%d -> %s]", type, (void*)vtable, desc.c_str(), quality, typeB, typeC, typeD, getMatDesc(typeB, typeC, typeD).c_str()); // printf("\t%p\t%.16LX", (void *) funcD, funcDt); - if(hasDecorations && false) + if(hasDecorations) { bool sep = false; printf("\tdeco=[");