fix game.cpp including wrong header

master
chmodsayshello 2022-09-17 19:53:53 +02:00 committed by GitHub
parent 366a72b825
commit e8d9195717
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;