mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Fix a Listener Bug (#45)
* try a fix * add debug prints * more prints * try again * more stderr * print again * am idiot * cleanup * cleanup
This commit is contained in:
@@ -242,7 +242,7 @@ void Deci2Server::run() {
|
||||
return;
|
||||
}
|
||||
got += x > 0 ? x : 0;
|
||||
hdr->rsvd += got;
|
||||
hdr->rsvd = got;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user