1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 18:39:29 +00:00

Get rid of unused DialogueManager::mScriptVerbose

This commit is contained in:
scrawl 2015-06-04 20:12:39 +02:00
parent 78ac37b52a
commit 141e9d36a4
2 changed files with 0 additions and 3 deletions

View File

@ -55,8 +55,6 @@ namespace MWDialogue
, mTalkedTo(false)
, mTemporaryDispositionChange(0.f)
, mPermanentDispositionChange(0.f)
, mScriptVerbose (scriptVerbose)
{
mChoice = -1;
mIsInChoice = false;

View File

@ -45,7 +45,6 @@ namespace MWDialogue
float mTemporaryDispositionChange;
float mPermanentDispositionChange;
bool mScriptVerbose;
void parseText (const std::string& text);