diff --git a/trunk/output/luaScripts/Luabot.lua b/trunk/output/luaScripts/Luabot.lua index 0cd70032..e20cd9f7 100644 --- a/trunk/output/luaScripts/Luabot.lua +++ b/trunk/output/luaScripts/Luabot.lua @@ -142,7 +142,7 @@ function createGUI(n) -- ok, file selected, if an error occurred or user canceled, the function already returned, so lets write the bot! -- get the framework first. we need it to find the relevant tokens - local fh = assert(io.open("basicbot_framework.lua","r")); + local fh = assert(io.open("luabot_framework.lua","r")); local framework = fh:read("*a"); fh:close(); diff --git a/trunk/src/debug.cpp b/trunk/src/debug.cpp index d3a28c9e..6c04b95a 100644 --- a/trunk/src/debug.cpp +++ b/trunk/src/debug.cpp @@ -740,10 +740,8 @@ void DebugCycle() uint16 A = 0; int size; -#ifdef WIN32 // since this function is called once for every instruction, we can use it for keeping statistics IncrementInstructionsCounters(); -#endif if (scanline == 240) {