done with most important files comparison

This commit is contained in:
ErikasKontenis
2020-01-02 23:20:10 +02:00
parent 447b858551
commit 37d8a76f06
15 changed files with 190 additions and 168 deletions

View File

@@ -244,7 +244,7 @@ class Game
return playersRecord;
}
void getWorldLightInfo(LightInfo& lightInfo) const;
LightInfo getWorldLightInfo() const;
ReturnValue internalMoveCreature(Creature* creature, Direction direction, uint32_t flags = 0);
ReturnValue internalMoveCreature(Creature& creature, Tile& toTile, uint32_t flags = 0);
@@ -322,7 +322,7 @@ class Game
* \param text The text to say
*/
bool internalCreatureSay(Creature* creature, SpeakClasses type, const std::string& text,
bool ghostMode, SpectatorVec* listPtr = nullptr, const Position* pos = nullptr);
bool ghostMode, SpectatorVec* spectatorsPtr = nullptr, const Position* pos = nullptr);
void loadPlayersRecord();
void checkPlayersRecord();