Mercurial > mm7
changeset 482:9898e6b413d8
some debug stuff commented
author | Nomad |
---|---|
date | Tue, 26 Feb 2013 20:29:54 +0200 |
parents | d4ea191229ff |
children | 98f0d3c19de2 |
files | mm7_3.cpp mm7_6.cpp |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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) {
--- 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;