Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ok, so I'm reading that I should delete some lines of code, but... which ones exactly? Because the lines that are causing me problems are not the same as the other person. Please try to explain thoroughly, I'm a total newbie when it comes to programming. Thank you!

Each of the lines formatted like

if (live_enabled) mt_something.h_constructor=something

You can generally global search (Ctrl+Shift+F) for “h_constructor” and remove each line that mentions it