Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows)

This commit is contained in:
kervala 2010-06-11 20:55:27 +02:00
parent 72625ca28d
commit f7dd427ccc

View file

@ -83,7 +83,6 @@ void CEventEmitterMulti::submitEvents(CEventServer &server, bool allWindows)
///============================================================
void CEventEmitterMulti::emulateMouseRawMode(bool enable)
{
nlerror("no raw mode emulation on windows, the CDIMouse has a real raw mode");
}
///============================================================