|
From: <cn...@us...> - 2022-12-07 15:49:25
|
Revision: 1326
http://sourceforge.net/p/seq/svn/1326
Author: cn187
Date: 2022-12-07 15:49:19 +0000 (Wed, 07 Dec 2022)
Log Message:
-----------
Cleanup/simplification of aura/ldon fix. (Thanks Newby)
Modified Paths:
--------------
showeq/branches/cn187_devel/src/spawnshell.cpp
Modified: showeq/branches/cn187_devel/src/spawnshell.cpp
===================================================================
--- showeq/branches/cn187_devel/src/spawnshell.cpp 2022-12-07 00:05:39 UTC (rev 1325)
+++ showeq/branches/cn187_devel/src/spawnshell.cpp 2022-12-07 15:49:19 UTC (rev 1326)
@@ -698,13 +698,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.
|