Codechange: remove _realtime_tick variable
(cherry picked from commit fe451b8dc7)
# Conflicts:
# src/debug.cpp
# src/debug.h
# src/video/video_driver.cpp
This commit is contained in:
committed by
Jonathan G Rennison
parent
3744d71b13
commit
535fdb5c89
@@ -131,9 +131,6 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
|
||||
|
||||
const char *GetLogPrefix();
|
||||
|
||||
/** The real time in the game. */
|
||||
extern uint32 _realtime_tick;
|
||||
|
||||
void ClearDesyncMsgLog();
|
||||
void LogDesyncMsg(std::string msg);
|
||||
char *DumpDesyncMsgLog(char *buffer, const char *last);
|
||||
|
||||
Reference in New Issue
Block a user