1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Merge pull request #160 from vmarkovtsev/issue/2388

Fix 2388 obelisks puzzle revealing
This commit is contained in:
ArseniyShestakov
2016-01-27 20:49:03 +03:00
9 changed files with 59 additions and 34 deletions

View File

@@ -2170,7 +2170,7 @@ void CPlayerInterface::showPuzzleMap()
//TODO: interface should not know the real position of Grail...
double ratio = 0;
int3 grailPos = cb->getGrailPos(ratio);
int3 grailPos = cb->getGrailPos(&ratio);
GH.pushInt(new CPuzzleWindow(grailPos, ratio));
}