overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Reduced Flashing option crashes the game. #64

Closed nkrapivin closed 4 years ago

nkrapivin commented 4 years ago

image

It's happening because menu_part_videooptions_actions script is trying to reference objMenu.flashing_reduced, when in fact it's an objScreen variable, and at line 92 in the switch-case it actually does switch (objScreen.flashing_reduced)

Soooo probably just a typo...?

AlexKhayrullin commented 4 years ago

I prepared a menu option as preparation for #49, but didn't make the feature itself yet.

nkrapivin commented 4 years ago

Please reduce red rectangle flashing in the save select screen btw. If you leave the game window for about 20 seconds, rectangle trail stays on my monitor until you turn it off and let it rest for 10 minutes.

It's not an epilepsy thing but it may damage the screen.

nkrapivin commented 4 years ago

Fixed in https://github.com/overbound/SonicTimeTwisted/commit/ae0d54057b848d24e538424002eafffa0329b5f9 Closing the issue, thanks!