X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ir.h;h=3c236ea7f12e83200656afd82697abd08946d69e;hb=05ac126d6f961a8b3e505493bcc46b74bb65d67d;hp=73dd447c0df8c946189809557f6dc60caf4ff676;hpb=a7c1f6f021f3c924c11b338e289b8ed636b8f7f6;p=xonotic%2Fgmqcc.git diff --git a/ir.h b/ir.h index 73dd447..3c236ea 100644 --- a/ir.h +++ b/ir.h @@ -51,11 +51,11 @@ typedef struct ir_value_s { /* constantvalues */ bool hasvalue; union { - float vfloat; - int vint; - vec3_t vvec; - int32_t ivec[3]; - char *vstring; + qcfloat_t vfloat; + int vint; + vec3_t vvec; + int32_t ivec[3]; + char *vstring; struct ir_value_s *vpointer; struct ir_function_s *vfunc; } constval;