nuke console

This commit is contained in:
Marco Antonio J. Costa
2025-08-31 13:50:19 -03:00
committed by majcosta
parent 5d3cc7969f
commit e5d25810f6
17 changed files with 0 additions and 6920 deletions
-16
View File
@@ -45,7 +45,6 @@
#include "INIReader.h"
#include "Console.h"
#include "Lua Interpreter.h"
#include "connect.h"
#include "english.h"
@@ -383,21 +382,6 @@ INT32 FAR PASCAL WindowProcedure(HWND hWindow, UINT16 Message, WPARAM wParam, LP
}
break;
case WM_INPUTREADY:
{
wstring *tstr = (wstring*) lParam;
if (EvalLua( tstr->c_str()))
{
tstr->erase();
}
else
{
cout << ">";
}
cout << "> ";
}
break;
default :
return DefWindowProc(hWindow, Message, wParam, lParam);
}