]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_edict.c
Change prefix of cmds in host_cmd.c to match the side of the engine they belong
[xonotic/darkplaces.git] / prvm_edict.c
index f5c59429758f7a7b2d936218ce5cbd9ca3f753d4..e3e524f7fa91ba6502caeb5911dde0e08646525d 100644 (file)
@@ -2720,7 +2720,7 @@ void PRVM_Breakpoint(prvm_prog_t *prog, int stack_index, const char *text)
        Con_Printf("PRVM_Breakpoint: %s\n", text);
        PRVM_PrintState(prog, stack_index);
        if (prvm_breakpointdump.integer)
-               Host_Savegame_to(prog, va(vabuf, sizeof(vabuf), "breakpoint-%s.dmp", prog->name));
+               SV_Savegame_to(prog, va(vabuf, sizeof(vabuf), "breakpoint-%s.dmp", prog->name));
 }
 
 void PRVM_Watchpoint(prvm_prog_t *prog, int stack_index, const char *text, etype_t type, prvm_eval_t *o, prvm_eval_t *n)