Mercurial > sdl-ios-xcode
comparison src/haptic/nds/SDL_syshaptic.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | bb2e32f5a556 |
comparison
equal
deleted
inserted
replaced
3012:7e30c2dc7783 | 3013:8cc00819c8d6 |
---|---|
127 } | 127 } |
128 | 128 |
129 return 0; | 129 return 0; |
130 | 130 |
131 } | 131 } |
132 | |
133 | 132 |
134 void | 133 void |
135 NDS_EZF_SetShake(u8 pos) | 134 NDS_EZF_SetShake(u8 pos) |
136 { | 135 { |
137 u16 data = ((pos % 3) | 0x00F0); | 136 u16 data = ((pos % 3) | 0x00F0); |