forked from jaildesigner-jailgames/jaildoctors_dilemma
La habitación ya empieza a mostrar algo del mapeado
This commit is contained in:
@@ -28,6 +28,7 @@ std::string Asset::get(std::string text)
|
||||
if (mFileList[i].file.find(text) != std::string::npos)
|
||||
return mFileList[i].file;
|
||||
|
||||
printf("Warning: file %s not found\n", text.c_str());
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user