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:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user