|
From: <cn...@us...> - 2021-01-21 04:32:23
|
Revision: 1136
http://sourceforge.net/p/seq/svn/1136
Author: cn187
Date: 2021-01-21 04:32:15 +0000 (Thu, 21 Jan 2021)
Log Message:
-----------
Fix for struct alignment change in fillProfileStruct
Modified Paths:
--------------
showeq/trunk/src/zonemgr.cpp
Modified: showeq/trunk/src/zonemgr.cpp
===================================================================
--- showeq/trunk/src/zonemgr.cpp 2021-01-21 00:45:51 UTC (rev 1135)
+++ showeq/trunk/src/zonemgr.cpp 2021-01-21 04:32:15 UTC (rev 1136)
@@ -263,7 +263,7 @@
}
// Looks like face, haircolor, beardcolor, eyes, etc. Skipping over it.
- netStream.skipBytes(52);
+ netStream.skipBytes(51);
player->profile.points = netStream.readUInt32NC();
player->profile.MANA = netStream.readUInt32NC();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|