diff options
Diffstat (limited to 'PE/extract-rooms.cpp')
-rw-r--r-- | PE/extract-rooms.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PE/extract-rooms.cpp b/PE/extract-rooms.cpp index bb28e7f..d7148ff 100644 --- a/PE/extract-rooms.cpp +++ b/PE/extract-rooms.cpp @@ -32,6 +32,8 @@ virtual int startup() throw (GeneralException) { unsigned long orig, pos, truesize, ptr, sig, size; int found, empty; + verbosity = M_INFO; + f = new Input("slus_006.62"); f->seek(offset); |