mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 02:39:41 +00:00
[Client] Make it possible to turn off console again
This commit is contained in:
parent
34f0a5e076
commit
3fb0bbb58c
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "processors/player/ProcessorPlayerResurrect.hpp"
|
||||
#include "processors/player/ProcessorPlayerAnimFlags.hpp"
|
||||
#include "processors/player/ProcessorChatMessage.hpp"
|
||||
#include "processors/player/ProcessorGameConsole.hpp"
|
||||
#include "processors/player/ProcessorPlayerCharGen.hpp"
|
||||
#include "processors/player/ProcessorGUIMessageBox.hpp"
|
||||
#include "processors/player/ProcessorPlayerCharClass.hpp"
|
||||
|
@ -80,6 +81,7 @@ void ProcessorInitializer()
|
|||
PlayerProcessor::AddProcessor(new ProcessorPlayerResurrect());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerAnimFlags());
|
||||
PlayerProcessor::AddProcessor(new ProcessorChatMessage());
|
||||
PlayerProcessor::AddProcessor(new ProcessorGameConsole());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerCharGen());
|
||||
PlayerProcessor::AddProcessor(new ProcessorGUIMessageBox());
|
||||
PlayerProcessor::AddProcessor(new ProcessorPlayerCharClass());
|
||||
|
|
Loading…
Reference in a new issue