Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

Fix outdated code that was breaking compilation

Open kinoko87 opened this issue 2 years ago • 2 comments

Some of the code was preventing compilation as they were to the standards of their older versions, from 2 years ago. Specifically FlxGame's constructor no longer taking in a zoom, and Polymod.scan() taking in ScanParams (struct)

Probably worth merging this PR, it's not a feature request or a bug-fix or anything - just a commit to fix errors & compilation that make it unable to play.

kinoko87 avatar Feb 17 '23 23:02 kinoko87

This repo is outdated however, so I’m pretty sure this isn’t gonna be merged

I know... read the last line. This PR is just to make it so anyone cloning the repository can just clone it + compile it.

Currently, if you clone it you need to implement fixes for broken cutscenes, polymod & FlxGame's constructor by yourself.

kinoko87 avatar Feb 18 '23 15:02 kinoko87

okay

moxie-coder avatar Feb 18 '23 15:02 moxie-coder