Closed DartRuffian closed 1 month ago
Do not forget to also update the following files:
Thanks for the PR. However, I cannot merge it like that as it removes the height changes of the edit controls and breaks the version button in the status bar.
I'll take a look at it tomorrow.
I figured it would break stuff, but I'm not too familiar with all of the things that 3DEN Enhanced touches, so I figured I'd do the inheritance fixes first.
I figured it would break stuff, but I'm not too familiar with all of the things that 3DEN Enhanced touches, so I figured I'd do the inheritance fixes first.
All good. I'll look into it later this week.
Fix updating the base classes for various classes. Currently when launching the game, the following errors will be logged to the rpt:
This PR fixes these errors by correcting the inheritance. For example,
EditCodeMulti5
is supposed to inherit fromEditMulti5
; however 3den Enhanced incorrectly has it inheriting fromEditCodeMulti3
.