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:
parent
78ac37b52a
commit
141e9d36a4
@ -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 New Issue
Block a user