forked from teamnwah/openmw-tes3coop
Get rid of unused DialogueManager::mScriptVerbose
This commit is contained in:
parent
78ac37b52a
commit
141e9d36a4
2 changed files with 0 additions and 3 deletions
|
@ -55,8 +55,6 @@ namespace MWDialogue
|
|||
, mTalkedTo(false)
|
||||
, mTemporaryDispositionChange(0.f)
|
||||
, mPermanentDispositionChange(0.f)
|
||||
, mScriptVerbose (scriptVerbose)
|
||||
|
||||
{
|
||||
mChoice = -1;
|
||||
mIsInChoice = false;
|
||||
|
|
|
@ -45,7 +45,6 @@ namespace MWDialogue
|
|||
|
||||
float mTemporaryDispositionChange;
|
||||
float mPermanentDispositionChange;
|
||||
bool mScriptVerbose;
|
||||
|
||||
void parseText (const std::string& text);
|
||||
|
||||
|
|
Loading…
Reference in a new issue