git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11074
d7cf8633-e32d-0410-b094-
e92efae38249
#include "quakedef.h"
#include "progsvm.h"
+#include "csprogs.h"
prvm_prog_t *prog;
// later idea: include a list of authorized .po file checksums with the csprogs
{
qboolean deftrans = !!strcmp(PRVM_NAME, "client");
- const char *realfilename = (strcmp(PRVM_NAME, "client") ? filename : sv.csqc_progname);
+ const char *realfilename = (strcmp(PRVM_NAME, "client") ? filename : csqc_progname.string);
if(deftrans) // once we have dotranslate_ strings, ALWAYS use the opt-in method!
{
for (i=0 ; i<prog->progs->numglobaldefs ; i++)