|
From: <cn...@us...> - 2022-12-07 15:50:09
|
Revision: 1327
http://sourceforge.net/p/seq/svn/1327
Author: cn187
Date: 2022-12-07 15:50:04 +0000 (Wed, 07 Dec 2022)
Log Message:
-----------
Cleanup/simplification of aura/ldon fix. (Thanks Newby)
Modified Paths:
--------------
showeq/trunk/src/spawnshell.cpp
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2022-12-07 15:49:19 UTC (rev 1326)
+++ showeq/trunk/src/spawnshell.cpp 2022-12-07 15:50:04 UTC (rev 1327)
@@ -690,13 +690,6 @@
netStream.readText();
netStream.readText();
netStream.skipBytes(50); // and 50 static bytes
-
- //the next byte indicates how many DWORDs to skip, and
- //includes the DWORD that the byte is part of
- uint8_t skip = netStream.readUInt8();
- netStream.skipBytes(3); //to complete DWORD
- --skip; //we just skipped the first dword
- netStream.skipBytes(skip * sizeof(uint32_t));
}
spawn->charProperties = netStream.readUInt8();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|