|
From: <cn...@us...> - 2022-12-06 23:54:15
|
Revision: 1322
http://sourceforge.net/p/seq/svn/1322
Author: cn187
Date: 2022-12-06 23:54:13 +0000 (Tue, 06 Dec 2022)
Log Message:
-----------
Silence struct size warnings for OP_Illusion and OP_WearChange
Modified Paths:
--------------
showeq/trunk/src/everquest.h
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2022-12-06 23:32:34 UTC (rev 1321)
+++ showeq/trunk/src/everquest.h 2022-12-06 23:54:13 UTC (rev 1322)
@@ -1539,7 +1539,7 @@
/*0075*/ uint8_t unknown0075; // ***Placeholder
/*0076*/ uint32_t unknown0076; // ***Placeholder
/*0080*/ uint32_t face; // New face
-/*0084*/ uint8_t unknown0084[252]; // ***Placeholder
+/*0084*/ uint8_t unknown0084[248]; // ***Placeholder
/*0336*/
};
@@ -2293,7 +2293,7 @@
/*0004*/ int16_t arg1; // first option
/*0006*/ int16_t arg2; // second option
/*0008*/ uint8_t arg3; // third option?
-/*0009*/ uint8_t unknown0009[18];
+/*0009*/ uint8_t unknown0009[23];
/*0027*/
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|