diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-31 21:50:29 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-01-31 21:50:29 +0100 |
commit | 02e752789399ad1b65a0443534ea6a8721efd78c (patch) | |
tree | d4e2105df2444cc9c57a9f72e2296c97a8e44755 /src/MCLogger.h | |
parent | Added a comment (diff) | |
download | cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar.gz cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar.bz2 cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar.lz cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar.xz cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.tar.zst cuberite-02e752789399ad1b65a0443534ea6a8721efd78c.zip |
Diffstat (limited to 'src/MCLogger.h')
-rw-r--r-- | src/MCLogger.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MCLogger.h b/src/MCLogger.h index c105ab6e2..4550cc55d 100644 --- a/src/MCLogger.h +++ b/src/MCLogger.h @@ -51,6 +51,10 @@ private: /// Common initialization for all constructors, creates a logfile with the specified name and assigns s_MCLogger to this void InitLog(const AString & a_FileName); + + /** Flag to show whether a 'replace line' log command has been issued + Used to decide when to put a newline */ + bool m_BeginLineUpdate; }; // tolua_export |