Skip to content

Fix a horrible bug in q3map2

username-removed-49554 requested to merge Melanosuchus/q3map2_sucks into master

This function passed a int* instead of a void** causing local variables to be overwritten, which in turn caused the program to crash.

Merge request reports