X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=mvm_cmds.c;h=9f6f608018c1a05cd3305c55b87e0cca93377ee2;hb=76e2cc47045f535d5b71d1afa3ff4789f964ebd3;hp=d21c0819cbafcdf98ebe8369554b041aa141ba45;hpb=c614f93073c5e69dc1334fd9004746154c7a06e4;p=xonotic%2Fdarkplaces.git diff --git a/mvm_cmds.c b/mvm_cmds.c index d21c0819..9f6f6080 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -746,13 +746,6 @@ static void VM_M_getmousepos(void) VectorSet(PRVM_G_VECTOR(OFS_RETURN), in_mouse_x * vid_conwidth.integer / vid.width, in_mouse_y * vid_conheight.integer / vid.height, 0); } -//#349 float() isdemo (EXT_CSQC) -static void VM_M_isdemo (void) -{ - VM_SAFEPARMCOUNT(0, VM_M_isdemo); - PRVM_G_FLOAT(OFS_RETURN) = cls.demoplayback; -} - prvm_builtin_t vm_m_builtins[] = { NULL, // #0 NULL function (not callable) VM_checkextension, // #1 @@ -1130,13 +1123,13 @@ NULL, // #345 NULL, // #346 NULL, // #347 NULL, // #348 -VM_M_isdemo, // #349 +VM_CL_isdemo, // #349 NULL, // #350 NULL, // #351 NULL, // #352 NULL, // #353 NULL, // #354 -NULL, // #355 +VM_CL_videoplaying, // #355 NULL, // #356 NULL, // #357 NULL, // #358