Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
811 stars 66 forks source link

No free filenum when playing intro cutscene #191

Closed donnierussellii closed 6 years ago

donnierussellii commented 6 years ago

Play intro and death cutscenes multiple times until this warning appears and cutscene no longer plays: resfile.c:116: ResOpenResFile: no free filenum for: res/data/svgaintr.res

Then when clicking Continue game crashes.

Interrupt commented 6 years ago

Are we forgetting to drop the resource when the cutscene is done playing?

donnierussellii commented 6 years ago

Fix in my PR #194