mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
There is no benefit to the hsFopen macro
This commit is contained in:
@ -765,8 +765,7 @@ void plInputInterfaceMgr::WriteKeyMap( void )
|
||||
#ifdef PLASMA_EXTERNAL_RELEASE
|
||||
return;
|
||||
#endif
|
||||
FILE* gKeyFile = 0;
|
||||
gKeyFile = hsFopen( "init\\keyboard.fni", "wt" );
|
||||
FILE* gKeyFile = fopen("init\\keyboard.fni", "wt");
|
||||
|
||||
if (gKeyFile)
|
||||
{
|
||||
|
Reference in New Issue
Block a user