mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning.
This commit is contained in:
parent
d64ea85de6
commit
20e04ad234
@ -59,7 +59,7 @@ class LocalWebserver : public Common::Singleton<LocalWebserver> {
|
||||
SDLNet_SocketSet _set;
|
||||
TCPsocket _serverSocket;
|
||||
Client _client[MAX_CONNECTIONS];
|
||||
int _clients;
|
||||
uint32 _clients;
|
||||
bool _timerStarted, _stopOnIdle, _minimalMode;
|
||||
Common::HashMap<Common::String, BaseHandler*> _pathHandlers;
|
||||
BaseHandler *_defaultHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user