chillerbot / chillerbot-ux

chillerbot-ux UserExperience based on DDraceNetwork, a mod of Teeworlds
Other
14 stars 10 forks source link

Merge conflict with ddnet/pulls/4833 #72

Closed chillerbotpng closed 2 years ago

chillerbotpng commented 2 years ago

Failed to merge https://github.com/ddnet/ddnet/pull/4833 into chillerbot

$ git status
On branch updatebot-test-pull-chillerbot
You have unmerged paths.
  (fix conflicts and run "git commit")
  (use "git merge --abort" to abort the merge)

Changes to be committed:
    modified:   CMakeLists.txt
    modified:   src/game/client/prediction/entities/laser.cpp
    modified:   src/game/editor/editor.h

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   src/engine/client.h

Conflicts:

src/engine/client.h
    virtual void GenerateTimeoutSeed() = 0;

    virtual IFriends *Foes() = 0;

    virtual void GetSmoothTick(int *pSmoothTick, float *pSmoothIntraTick, float MixAmount) = 0;

    virtual SWarning *GetCurWarning() = 0;

    virtual CChecksumData *ChecksumData() = 0;
    virtual bool InfoTaskRunning() = 0;
<<<<<<< HEAD

    // chillerbot

    virtual void ChillerBotLoadMap(const char *pMap) = 0;
=======
>>>>>>> updatebot-test-pull-ddnet
};

class IGameClient : public IInterface
{