mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-13 12:44:48 +00:00
Changed: Minor changes
This commit is contained in:
parent
54eb46bd15
commit
854d4dd624
3 changed files with 15 additions and 17 deletions
|
@ -542,7 +542,6 @@ sint main( sint argc, char ** argv )
|
||||||
|
|
||||||
|
|
||||||
// output begin skill.h file
|
// output begin skill.h file
|
||||||
//if( ! fo.open( string( "r:/code/ryzom/src_v2/game_share/skills.h" ) ) )
|
|
||||||
if( ! fo.open( srcDir + string( "skills.h" ) ) )
|
if( ! fo.open( srcDir + string( "skills.h" ) ) )
|
||||||
{
|
{
|
||||||
nlwarning(" Can't open file %s for writing", "skills.h" );
|
nlwarning(" Can't open file %s for writing", "skills.h" );
|
||||||
|
@ -648,7 +647,6 @@ sint main( sint argc, char ** argv )
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
// begin output skill.cpp file
|
// begin output skill.cpp file
|
||||||
// if( ! fo.open( string( "r:/code/ryzom/src_v2/game_share/skills.cpp" ) ) )
|
|
||||||
if( ! fo.open( srcDir + string( "skills.cpp" ) ) )
|
if( ! fo.open( srcDir + string( "skills.cpp" ) ) )
|
||||||
{
|
{
|
||||||
nlwarning(" Can't open file skills.cpp for writing");
|
nlwarning(" Can't open file skills.cpp for writing");
|
||||||
|
|
Loading…
Reference in a new issue