diff options
author | Nicolas Bacca | 2004-12-11 15:18:36 +0000 |
---|---|---|
committer | Nicolas Bacca | 2004-12-11 15:18:36 +0000 |
commit | 87d90b080c7079a7564060ffc1f6b5bb93b55112 (patch) | |
tree | d1b59ef56b5d4db63d2211e5d0075a36bbe9d355 /backends | |
parent | 0852a6e21813edc212b58ca4ea1d11da7e2e222f (diff) | |
download | scummvm-rg350-87d90b080c7079a7564060ffc1f6b5bb93b55112.tar.gz scummvm-rg350-87d90b080c7079a7564060ffc1f6b5bb93b55112.tar.bz2 scummvm-rg350-87d90b080c7079a7564060ffc1f6b5bb93b55112.zip |
Oops
svn-id: r16031
Diffstat (limited to 'backends')
-rw-r--r-- | backends/wince/wince-sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp index 058ddc5e3a..d4f487ca6c 100644 --- a/backends/wince/wince-sdl.cpp +++ b/backends/wince/wince-sdl.cpp @@ -1303,7 +1303,7 @@ bool OSystem_WINCE3::pollEvent(Event &event) { Event temp_event; memset(&temp_event, 0, sizeof(Event)); - //memset(event, 0, sizeof(Event)); + memset(&event, 0, sizeof(Event)); handleKbdMouse(); |