Changed boolean into bool in online_service.cpp
It fixes https://github.com/Wargus/stratagus/issues/386 for me
This commit is contained in:
parent
e75958d2ef
commit
b2b81207d2
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ protected:
|
|||
void handleUserdata(Context *);
|
||||
void finishMessage(Context *);
|
||||
|
||||
boolean handleGenericMessages(Context *ctx, uint8_t msg) {
|
||||
bool handleGenericMessages(Context *ctx, uint8_t msg) {
|
||||
switch (msg) {
|
||||
case 0x00: // SID_NULL
|
||||
handleNull(ctx);
|
||||
|
|
Loading…
Add table
Reference in a new issue