Mapste32: echo successful script commands invoked from the console with "do" back to the console in green to indicate success.

git-svn-id: https://svn.eduke32.com/eduke32@6959 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-07-29 19:31:18 +00:00
parent e92e9d4f04
commit c536225555

View file

@ -9150,6 +9150,7 @@ static int32_t osdcmd_do(osdfuncparm_t const * const parm)
if (!(vm.flags&VMFLAG_ERROR) && !dontsavehist) if (!(vm.flags&VMFLAG_ERROR) && !dontsavehist)
SaveInHistory(parm->raw); SaveInHistory(parm->raw);
OSD_Printf(OSDTEXT_GREEN "%s\n", parm->raw);
// asksave = 1; // handled in Access(Sprite|Sector|Wall) // asksave = 1; // handled in Access(Sprite|Sector|Wall)
} }