mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-28 19:47:11 +01:00
done with most important files comparison
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user