X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=exec.cpp;fp=exec.cpp;h=5b1fe23505061d240c2cfa93342b1949ffe67d4d;hp=8ec97e4302d38f7d5099fee6b0a9622bf565de74;hb=aabefd1bfe0c5b08bea9341c1394cfa8b96d754d;hpb=4de08db0e7b73a832d638acc03c6936395fd2095 diff --git a/exec.cpp b/exec.cpp index 8ec97e4..5b1fe23 100644 --- a/exec.cpp +++ b/exec.cpp @@ -633,10 +633,10 @@ const char *type_name[TYPE_COUNT] = { "noexpr" }; -typedef struct { +struct qcvm_parameter { int vtype; const char *value; -} qcvm_parameter; +}; static qcvm_parameter *main_params = NULL;