Merge pull request #3 from chmodsayshello/death_tracer

fix game.cpp including wrong header
master
AB in MT 2022-09-17 20:55:17 +03:00 committed by GitHub
commit a591e2f794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "version.h"
#include "script/scripting_client.h"
#include "hud.h"
#include "client/render/death.h"
#include "client/render/core.h"
bool died;
v3f dpos;