Skip to content

Commit

Permalink
fixup compilation error
Browse files Browse the repository at this point in the history
accidently added the line it to the wrong file
  • Loading branch information
gfgtdf committed Mar 17, 2020
1 parent 2ddaf9d commit d68c8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game_state.cpp
Expand Up @@ -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),
Expand Down

0 comments on commit d68c8de

Please sign in to comment.