q3vm
q3vm copied to clipboard
DEBUG_VM build only: Quake 3 COM_Parse() function is using global variables
If compiled with the DEBUG_VM define, the COM_Parse() function is using some global variables to parse strings in vm.c:
com_tokencom_linescom_tokenline
This is probably not thread safe if several .map files are loaded at the same time in different threads.