reply -> replay

This commit is contained in:
Steve Checkoway
2006-09-16 03:12:07 +00:00
parent 363e726652
commit f8522927cc
+2 -2
View File
@@ -2660,10 +2660,10 @@ void ScreenGameplay::SaveReplay()
FlushDirCache();
vector<RString> files;
GetDirListing( "Save/reply*", files, false, false );
GetDirListing( "Save/replay*", files, false, false );
sort( files.begin(), files.end() );
/* Files should be of the form "reply######.xxx". */
/* Files should be of the form "replay#####.xxx". */
int iIndex = 0;
for( int i = files.size()-1; i >= 0; --i )