From c7d22fe4393630aba911ea194bb7b1be0e502325 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 25 Oct 2010 22:06:25 -0500 Subject: [PATCH] Fix typo in game.input.dinput --- basis/game/input/dinput/dinput.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/game/input/dinput/dinput.factor b/basis/game/input/dinput/dinput.factor index 26076c8a7e..2cd16bac1f 100755 --- a/basis/game/input/dinput/dinput.factor +++ b/basis/game/input/dinput/dinput.factor @@ -303,7 +303,7 @@ CONSTANT: pov-values } 2cleave ; : read-device-buffer ( device buffer count -- buffer count' ) - [ DIDEVICEOBJECTDATA heap-size ] 2dip uint + [ DIDEVICEOBJECTDATA heap-size ] 2dip uint [ 0 IDirectInputDevice8W::GetDeviceData ole32-error ] 2keep uint deref ; : (fill-mouse-state) ( state DIDEVICEOBJECTDATA -- state )