mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 15:29:45 +00:00
.r + .rez are text
This commit is contained in:
parent
db9fa7aa23
commit
a8bd0248da
@ -141,6 +141,10 @@ namespace OS
|
||||
break;
|
||||
|
||||
case 'r':
|
||||
if (ext == "r")
|
||||
return true;
|
||||
if (ext == "rez")
|
||||
return true;
|
||||
if (ext == "rii") // rez
|
||||
return true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user