mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Tiny comment update (Echec in French means failure).
svn-id: r32358
This commit is contained in:
parent
b844e4bd5a
commit
5779261c16
@ -730,7 +730,7 @@ void loadResource(const char *resourceName) {
|
||||
} else if (strstr(resourceName, ".SEQ")) {
|
||||
loadSeq(resourceName, -1);
|
||||
return;
|
||||
} else if (strstr(resourceName, "ECHEC")) {
|
||||
} else if (strstr(resourceName, "ECHEC")) { // Echec (French) means failure
|
||||
exitEngine = 1;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user