mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 16:11:40 +00:00
Fix compilation of old (not-ANA) network layer
This commit is contained in:
parent
9a508b5730
commit
02f9e597d3
@ -689,7 +689,7 @@ connection receive_data(config& cfg, connection connection_num, unsigned int tim
|
||||
unsigned int start_ticks = SDL_GetTicks();
|
||||
while(true) {
|
||||
const connection res = receive_data(
|
||||
cfg,connection_num, static_cast<bool*>(0) , bandwidth_in);
|
||||
cfg,connection_num, bandwidth_in);
|
||||
if(res != 0) {
|
||||
return res;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user