1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Update server/battles/BattleProcessor.cpp

Co-authored-by: Dydzio <dydzio0614@users.noreply.github.com>
This commit is contained in:
kodobi 2024-10-17 15:21:06 +02:00 committed by GitHub
parent c576438a95
commit 3c56769b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
#include "../../lib/networkPacks/PacksForClient.h"
#include "../../lib/networkPacks/PacksForClientBattle.h"
#include "../../lib/CPlayerState.h"
#include "vstd/RNG.h"
#include <vstd/RNG.h>
BattleProcessor::BattleProcessor(CGameHandler * gameHandler)
: gameHandler(gameHandler)