mirror of
https://github.com/ksherlock/mpw.git
synced 2025-03-11 11:31:11 +00:00
fix RM::Get1NamedResource logging
This commit is contained in:
parent
ca57bad853
commit
60683d14ea
@ -243,7 +243,8 @@ namespace RM
|
||||
|
||||
std::string sname = ToolBox::ReadPString(name);
|
||||
|
||||
Log("%04x Get1NamedResource(%08x, %s)\n", trap, theType, sname.c_str());
|
||||
Log("%04x Get1NamedResource(%08x ('%s'), %s)\n",
|
||||
trap, theType, TypeToString(theType).c_str(), sname.c_str());
|
||||
|
||||
uint32_t resourceHandle;
|
||||
uint32_t d0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user