Skip to content

updated _mod. files with qcsrc\tools\genmod.sh shell script

Dr. Jaska requested to merge drjaska/run-genmod into master

Running the shell script it relocated 2 entries to their alphabetical place. I don't know why they were unsorted but they're now.

Only possibly alarming change is in qcsrc/common/_mod.inc as:

-#include <common/resources.qc>

I can't see a file qcsrc/common/resources.qc as qcsrc/common/resources is a folder and qcsrc/common/resources/resources.qc is a .qc file

I don't know if that was a redundant import, a deleted file or what else. I assume it's a deleted file as the script didn't add a new file to any _mod. file

Edited by Dr. Jaska

Merge request reports