mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
Get rid of unused DialogueManager::mScriptVerbose
This commit is contained in:
parent
78ac37b52a
commit
141e9d36a4
@ -55,8 +55,6 @@ namespace MWDialogue
|
|||||||
, mTalkedTo(false)
|
, mTalkedTo(false)
|
||||||
, mTemporaryDispositionChange(0.f)
|
, mTemporaryDispositionChange(0.f)
|
||||||
, mPermanentDispositionChange(0.f)
|
, mPermanentDispositionChange(0.f)
|
||||||
, mScriptVerbose (scriptVerbose)
|
|
||||||
|
|
||||||
{
|
{
|
||||||
mChoice = -1;
|
mChoice = -1;
|
||||||
mIsInChoice = false;
|
mIsInChoice = false;
|
||||||
|
@ -45,7 +45,6 @@ namespace MWDialogue
|
|||||||
|
|
||||||
float mTemporaryDispositionChange;
|
float mTemporaryDispositionChange;
|
||||||
float mPermanentDispositionChange;
|
float mPermanentDispositionChange;
|
||||||
bool mScriptVerbose;
|
|
||||||
|
|
||||||
void parseText (const std::string& text);
|
void parseText (const std::string& text);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user