From: divverent Date: Thu, 10 Jul 2008 07:10:34 +0000 (+0000) Subject: needed builtins for fonts in CSQC X-Git-Tag: xonotic-v0.1.0preview~2186 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eb0674212a934f1eed7d93b3a6220c1b33c5823c;p=xonotic%2Fdarkplaces.git needed builtins for fonts in CSQC git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8393 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/clvm_cmds.c b/clvm_cmds.c index 82cc5d49..2a80aa54 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -3247,8 +3247,8 @@ VM_drawfill, // #323 float(vector position, vector size, vector rgb, float a VM_drawsetcliparea, // #324 void(float x, float y, float width, float height) drawsetcliparea VM_drawresetcliparea, // #325 void(void) drawresetcliparea VM_drawcolorcodedstring, // #326 float drawcolorcodedstring(vector position, string text, vector scale, vector rgb, float alpha, float flag) (EXT_CSQC) -NULL, // #327 // FIXME add stringwidth() here? -NULL, // #328 // FIXME add drawsubpic() here? +VM_stringwidth, // #327 // FIXME is this okay? +VM_drawsubpic, // #328 // FIXME is this okay? NULL, // #329 VM_CL_getstatf, // #330 float(float stnum) getstatf (EXT_CSQC) VM_CL_getstati, // #331 float(float stnum) getstati (EXT_CSQC)