[12075] Don't check registry for game folder on windows, use relative "Data" dir, similar to linux.

Fixes annoyance when you have multiple wow clients and building vmaps fails for reason that extractor takes path from wrong client even though it is located inside the correct directory

Signed-off-by: stfx <stfx@hotmail.de>
This commit is contained in:
Machiavelli 2012-07-08 17:35:39 +02:00 committed by stfx
parent 8ebcfae37c
commit 32aede1a82
2 changed files with 2 additions and 15 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12074"
#define REVISION_NR "12075"
#endif // __REVISION_NR_H__