svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
239 stars 49 forks source link

Fix TypedProperties related to mouse control #55

Closed Manuel-K closed 7 years ago

Manuel-K commented 7 years ago

This fixes mouse control in the game and the sliders in the mouse options on my system after the changes in e5cf1e5f8b5a1bbfe5b180221cfb47ec57996f5e.

Manuel-K commented 7 years ago

I've changed the rest of the extern declarations of TypedProperties with mismatching Types.

pinkwah commented 7 years ago

Looks great. Thanks so much!