haekb / nolf1-modernizer

The goal of NOLF Modernizer is to help fix some long standing bugs, and update some more outdated features of the game.
https://haekb.itch.io/nolf-modernizer
45 stars 11 forks source link

dwChannels == 1 Assertion #8

Closed haekb closed 4 years ago

haekb commented 4 years ago

I've thrown in a comment, but the assert that breaks when dwChannels != 1 (in NodeController -> UpdateLipSyncControl) gets thrown during the end cutscene on the dive scene 2.

The game proceeds normally on Final Release mode, so it might just be a debug issue?

For now I log when it happens, and do an early return.