yet another bit
This commit is contained in:
+1
-1
@@ -1035,9 +1035,9 @@ get_saved_games()
|
|||||||
Sprintf(SAVEF, "%s*.NetHack-saved-game", encodedfnamebuf);
|
Sprintf(SAVEF, "%s*.NetHack-saved-game", encodedfnamebuf);
|
||||||
fq_save = fqname(SAVEF, SAVEPREFIX, 0);
|
fq_save = fqname(SAVEF, SAVEPREFIX, 0);
|
||||||
|
|
||||||
|
n = 0;
|
||||||
foundfile = foundfile_buffer();
|
foundfile = foundfile_buffer();
|
||||||
if (findfirst((char *)fq_save)) {
|
if (findfirst((char *)fq_save)) {
|
||||||
n = 0;
|
|
||||||
do {
|
do {
|
||||||
++n;
|
++n;
|
||||||
} while (findnext());
|
} while (findnext());
|
||||||
|
|||||||
Reference in New Issue
Block a user