Skip to content
Snippets Groups Projects
Commit 771af7b8 authored by deuce's avatar deuce
Browse files

The text.dat stream no longer matters.

parent e1c885fa
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ BOOL DLLCALL load_cfg(scfg_t* cfg, char* text[], BOOL prep, char* error)
sprintf(error,"%d opening %s",errno,str);
return(FALSE);
}
for(i=0;i<TOTAL_TEXT && !feof(instream) && !ferror(instream);i++)
for(i=0;i<TOTAL_TEXT;i++)
if((text[i]=readtext(&line,instream,i))==NULL) {
i--;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment