1
0
Fork 0

Merge pull request #123 from BidyBiddle/botlib-typos

Fixed typo in BOTLIB files
This commit is contained in:
Eugene C 2021-10-14 19:40:19 +03:00 committed by GitHub
commit da9de34a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -293,7 +293,7 @@ bot_character_t *BotLoadCharacterFromFile(char *charfile, int skill)
source = LoadSourceFile(charfile);
if (!source)
{
botimport.Print(PRT_ERROR, "counldn't load %s\n", charfile);
botimport.Print(PRT_ERROR, "couldn't load %s\n", charfile);
return NULL;
}

View File

@ -629,7 +629,7 @@ bot_synonymlist_t *BotLoadSynonyms( const char *filename )
source = LoadSourceFile(filename);
if (!source)
{
botimport.Print(PRT_ERROR, "counldn't load %s\n", filename);
botimport.Print(PRT_ERROR, "couldn't load %s\n", filename);
return NULL;
} //end if
//

View File

@ -290,7 +290,7 @@ itemconfig_t *LoadItemConfig( const char *filename )
PC_SetBaseFolder(BOTFILESBASEFOLDER);
source = LoadSourceFile( path );
if( !source ) {
botimport.Print( PRT_ERROR, "counldn't load %s\n", path );
botimport.Print( PRT_ERROR, "couldn't load %s\n", path );
return NULL;
} //end if
//initialize item config

View File

@ -224,7 +224,7 @@ weaponconfig_t *LoadWeaponConfig(const char *filename)
source = LoadSourceFile(path);
if (!source)
{
botimport.Print(PRT_ERROR, "counldn't load %s\n", path);
botimport.Print(PRT_ERROR, "couldn't load %s\n", path);
return NULL;
} //end if
//initialize weapon config

View File

@ -327,7 +327,7 @@ weightconfig_t *ReadWeightConfig(char *filename)
source = LoadSourceFile(filename);
if (!source)
{
botimport.Print(PRT_ERROR, "counldn't load %s\n", filename);
botimport.Print(PRT_ERROR, "couldn't load %s\n", filename);
return NULL;
} //end if
//