Fix compilation of old (not-ANA) network layer
This commit is contained in:
parent
9a508b5730
commit
02f9e597d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue