Mercurial > touhou
diff eosd @ 231:c417bb6c98bf
Search for 102h.exe in the game directory instead of the current directory.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Fri, 30 Dec 2011 19:17:55 +0100 |
parents | 9bb26dbb8438 |
children | 8fa660da5f0c |
line wrap: on
line diff
--- a/eosd +++ b/eosd @@ -40,9 +40,8 @@ def main(path, stage_num, rank, characte else: prng = None - resource_loader = Loader() - resource_loader.scan_archives(os.path.join(path, name) - for name in data) + resource_loader = Loader(path) + resource_loader.scan_archives(data) game = EoSDGame(resource_loader, [PlayerState(character=character)], stage_num, rank, 16, prng=prng)