mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
- Removed pointer usage for CQuest. may look rough, but works and fixes #1051.
- Better autoSkip mode, now info windows are not displayed.
This commit is contained in:
@ -320,7 +320,6 @@ DLL_LINKAGE void RemoveObject::applyGs( CGameState *gs )
|
||||
{
|
||||
if (q.obj == obj)
|
||||
{
|
||||
q.quest = NULL; //remove entries related to quest guards?
|
||||
q.obj = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user