mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
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:
parent
e92e9d4f04
commit
c536225555
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue