diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-02 13:28:45 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-02 13:28:45 -0300 |
| commit | e782274ade8d7307e157a997d6ac3bcaa4130024 (patch) | |
| tree | 7999cc2737817db3e4c22bf94236ade6d5dd0d95 /src/communication.cc | |
| parent | aaf198773fd8e041b0976cc0682e83f8acf394d0 (diff) | |
| download | game-e782274ade8d7307e157a997d6ac3bcaa4130024.tar.gz game-e782274ade8d7307e157a997d6ac3bcaa4130024.zip | |
`query.cc`
Diffstat (limited to 'src/communication.cc')
| -rw-r--r-- | src/communication.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communication.cc b/src/communication.cc index bb71327..9f0e6e5 100644 --- a/src/communication.cc +++ b/src/communication.cc @@ -427,7 +427,7 @@ bool SendData(TConnection *Connection, const uint8 *Data, int Size){ // Waiting List // ============================================================================= -bool GetWaitinglistEntry(const char *Name, int *NextTry, bool *FreeAccount, bool *Newbie){ +bool GetWaitinglistEntry(const char *Name, uint32 *NextTry, bool *FreeAccount, bool *Newbie){ bool Result = false; CommunicationThreadMutex.down(); TWaitinglistEntry *Entry = WaitinglistHead; |
