From d68c8debfaacbcd42cb7c7635287f4475b3a8d18 Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Tue, 17 Mar 2020 01:45:40 +0100 Subject: [PATCH] fixup compilation error accidently added the line it to the wrong file --- src/game_state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game_state.cpp b/src/game_state.cpp index c8721ce095f7..55fd7b43cd2f 100644 --- a/src/game_state.cpp +++ b/src/game_state.cpp @@ -42,6 +42,7 @@ static lg::log_domain log_engine("engine"); #define LOG_NG LOG_STREAM(info, log_engine) #define DBG_NG LOG_STREAM(debug, log_engine) +#define ERR_NG LOG_STREAM(err, log_engine) game_state::game_state(const config & level, play_controller & pc, const ter_data_cache & tdata) : gamedata_(level),