Wemino / VorpalFix

A fix that addresses a variety of technical issues and adds quality-of-life improvements to the 2011 remaster of American McGee's Alice.
GNU General Public License v3.0
34 stars 2 forks source link

Fix Camera Distance StepSize #6

Closed CRASHARKI closed 5 days ago

CRASHARKI commented 5 days ago

Hello!

Something that always bothered me is that when you use the left or right key on the Camera Distance option it goes all the way to the right, which was due to the stepsize being -1, this changes it to 4 (I chose that number since the min and max are 76 and 192 therefore 4 fits perfect) so now it moves properly.

(I'll include this fix for the reworked console menus too, specially since there pressing left or right is the only way to change options).

Wemino commented 5 days ago

Nice catch, thanks again!