mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- Printf related cleanup.
This commit is contained in:
parent
d943fe036d
commit
a4483f131d
20 changed files with 86 additions and 160 deletions
|
@ -865,6 +865,11 @@ FExecList *C_ParseCmdLineParams(FExecList *exec)
|
|||
return exec;
|
||||
}
|
||||
|
||||
void FConsoleCommand::PrintCommand()
|
||||
{
|
||||
Printf("%s\n", m_Name.GetChars());
|
||||
}
|
||||
|
||||
bool FConsoleCommand::IsAlias ()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue