Oh, wow, removed some debug messages. Nice going DS.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40772
This commit is contained in:
Scott Ehlert 2007-05-12 04:49:40 +00:00
parent a9abbed7dc
commit a11f687f2a

View File

@ -103,11 +103,10 @@ bool UserMessages::GetMessageName(int msgid, char *buffer, size_t maxlength) con
{
if (m_FallbackSearch)
{
printf("hello");
int size;
return gamedll->GetUserMessageInfo(msgid, buffer, maxlength, size);
}
printf("hello2");
const char *msg = g_SMAPI->GetUserMessage(msgid);
if (msg)