# HG changeset patch # User Nomad # Date 1361903394 -7200 # Node ID 9898e6b413d89ffa9fb036e18dee347a1554d751 # Parent d4ea191229ff2e5c0092b29d7e002004adfe1c38 some debug stuff commented diff -r d4ea191229ff -r 9898e6b413d8 mm7_3.cpp --- a/mm7_3.cpp Tue Feb 26 15:23:15 2013 +0600 +++ b/mm7_3.cpp Tue Feb 26 20:29:54 2013 +0200 @@ -15134,7 +15134,7 @@ } else if (v16 == 21) { - __debugbreak(); // learn conditions of this event + //__debugbreak(); // learn conditions of this event auto topic = pNPCTopics[pNPC->evt_C - 1].pTopic;//(&dword_721660)[8 * v23]; if (!topic) { @@ -15145,7 +15145,7 @@ } else if (v16 == 22) { - __debugbreak(); // learn conditions of this event + //__debugbreak(); // learn conditions of this event auto topic = pNPCTopics[pNPC->evt_D - 1].pTopic;//(&dword_721660)[8 * v23]; if (!topic) { @@ -15156,7 +15156,7 @@ } else if (v16 == 23) { - __debugbreak(); // learn conditions of this event + //__debugbreak(); // learn conditions of this event auto topic = pNPCTopics[pNPC->evt_E - 1].pTopic;//(&dword_721660)[8 * v23]; if (!topic) { diff -r d4ea191229ff -r 9898e6b413d8 mm7_6.cpp --- a/mm7_6.cpp Tue Feb 26 15:23:15 2013 +0600 +++ b/mm7_6.cpp Tue Feb 26 20:29:54 2013 +0200 @@ -7900,7 +7900,7 @@ //----- (0042EB8D) -------------------------------------------------------- void GUIMessageQueue::AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file, int line) { - Log::Warning(L"%s @ (%S %u)", UIMessage2String(msg), file, line); + //Log::Warning(L"%s @ (%S %u)", UIMessage2String(msg), file, line); if (uNumMessages < 40) { files[uNumMessages] = file;