mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable ACSVM save debug signatures
Adds a lot of extra time, and I meant to remove this when I confirmed ACS in netgames was working.
This commit is contained in:
parent
323452df73
commit
001ae4a05b
1 changed files with 2 additions and 0 deletions
|
|
@ -562,8 +562,10 @@ void ACS_Archive(savebuffer_t *save)
|
|||
std::ostream stream{&buffer};
|
||||
ACSVM::Serial serial{stream};
|
||||
|
||||
#if 0
|
||||
// Enable debug signatures.
|
||||
serial.signs = true;
|
||||
#endif
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue