add missing ai.ini

This commit is contained in:
Chris Danford
2003-04-21 07:07:54 +00:00
parent 80b59417c7
commit 6103cdc396
2 changed files with 88 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ TapScoreDistribution g_Distributions[NUM_SKILL_LEVELS];
void PlayerAI::InitFromDisk()
{
IniFile ini;
ini.SetPath( "AI.ini" );
ini.SetPath( "Data/AI.ini" );
ini.ReadFile();
for( int i=0; i<NUM_SKILL_LEVELS; i++ )