Fix California or Bust! house on Android

This commit is contained in:
elasota
2021-03-07 05:16:15 -05:00
parent fe4a8a55c6
commit 80584eb781

View File

@@ -714,7 +714,7 @@ bool GpFileSystem_Android::ValidateFilePath(const char *path, size_t length) con
if (c >= '0' && c <= '9') if (c >= '0' && c <= '9')
continue; continue;
if (c == '_' || c == '.' || c == '\'') if (c == '_' || c == '.' || c == '\'' || c == '!')
continue; continue;
if (c == ' ' && i != 0 && i != length - 1) if (c == ' ' && i != 0 && i != length - 1)