1
1
forked from 0ad/0ad

no change

This was SVN commit r756.
This commit is contained in:
janwas 2004-07-15 02:37:41 +00:00
parent 7902369a85
commit 370e328e89

View File

@ -511,6 +511,8 @@ void CConsole::ProcessBuffer(const wchar_t* szLine){
extern CConsole* g_Console;
extern void Die(int err, const wchar_t* fmt, ...);
int conInputHandler(const SDL_Event* ev)
{
if(ev->type != SDL_KEYDOWN)