Eliminate DefineConsoleFunction

This commit is contained in:
Lukas Joergensen 2018-04-17 16:33:56 +02:00
parent 037d089c4d
commit 5bde18143f
55 changed files with 314 additions and 332 deletions

View file

@ -643,7 +643,7 @@ bool Platform::setLoginPassword( const char* password )
// as commentary on Koreans as a nationality. Thank you for your
// attention.
//--------------------------------------
DefineConsoleFunction( isKoreanBuild, bool, ( ), , "isKoreanBuild()")
DefineEngineFunction( isKoreanBuild, bool, ( ), , "isKoreanBuild()")
{
HKEY regKey;
bool result = false;