Using getFileLocation.

This commit is contained in:
Steve 2016-02-29 21:52:30 +00:00
parent 0431da6aa4
commit c95b56728f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ void initBackground(void)
free(filenames);
filenames = getFileList("gfx/planets", &numPlanets);
filenames = getFileList(getFileLocation("gfx/planets"), &numPlanets);
planets = malloc(sizeof(char*) * numPlanets);
for (i = 0 ; i < numPlanets ; i++)