Support transforms for nonpermanent

fix startled awake to persistent nightmare
This commit is contained in:
Anthony Calosa
2016-08-01 03:52:10 +08:00
parent 89a30ae5ee
commit 71a9ef00ee
5 changed files with 43 additions and 5 deletions
+2
View File
@@ -424,6 +424,8 @@ int GuiPlay::receiveEventPlus(WEvent * e)
Replace();
else if (dynamic_cast<WEventCardControllerChange*> (e))
Replace();
else if (dynamic_cast<WEventCardTransforms*> (e))
Replace();
Replace();
return 0;
}