OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
101 stars 25 forks source link

Fix override errors in Release/Final builds #164

Closed meekee7 closed 3 years ago

meekee7 commented 3 years ago

PR #155 was faulty and does not compile in Release and Final configurations. In a few cases the base functions for the overrides are wrapped in preprocessor statements and only enabled in Debug builds. Since the explicit overrides in the child classes do not override anything they cause compiler errors.

The problematic code paths are enabled in all configurations. They seem to do no harm in Release and Final builds.