mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- removed all command related code from the OSD.
None of this was used anymore.
This commit is contained in:
parent
e37cb782ca
commit
ffa16b2a53
2 changed files with 10 additions and 539 deletions
|
@ -1050,3 +1050,12 @@ int OSD_RegisterFunction(const char* pszName, const char* pszDesc, int (*func)(o
|
|||
return 0;
|
||||
}
|
||||
|
||||
CCMD (quit)
|
||||
{
|
||||
throw ExitEvent(0);
|
||||
}
|
||||
|
||||
CCMD (exit)
|
||||
{
|
||||
throw ExitEvent(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue