mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
Fixed and added some paths
This commit is contained in:
@@ -409,7 +409,7 @@ namespace Shared {
|
||||
globfree(&globbuf);
|
||||
|
||||
if (results.empty() == true && errorOnNotFound == true) {
|
||||
throw game_runtime_error("No files found in: " + mypath);
|
||||
printf("%s", ("No files found in: " + mypath).c_str());
|
||||
}
|
||||
|
||||
if (cutExtension) {
|
||||
|
Reference in New Issue
Block a user