Skip to content
#

doom

Here are 447 public repositories matching this topic...

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

DwarsYT
DwarsYT commented Jan 28, 2021

A few projects have been done or are in the works to replace the soundtracks for NRFTL and the Master Levels. The idea would be to have these levels have their own dedicated tracks that either default to regular tracks or can be written over with a WAD. This would be similar to how Episode 4 works in The Ultimate Doom, or how the repeat MIDIs work in Heretic.

This way, it would be possible to

Improve this page

Add a description, image, and links to the doom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the doom topic, visit your repo's landing page and select "manage topics."

Learn more