Reworked con_set and con_arrayset so that they have their own Entry class

This commit is contained in:
smallmodel 2023-08-19 02:56:51 +02:00
parent 03143d1341
commit b1753df1ed
No known key found for this signature in database
GPG key ID: A96F163ED4891440
8 changed files with 459 additions and 185 deletions

View file

@ -163,7 +163,7 @@ StateScript::StateScript()
}
template<>
void Entry< const_str, script_label_t >::Archive( Archiver& arc )
void con_set< const_str, script_label_t >::Entry::Archive( Archiver& arc )
{
unsigned int offset;
@ -439,7 +439,7 @@ __exec:
}
template<>
void Entry < unsigned char *, sourceinfo_t >::Archive( Archiver& arc )
void con_set< unsigned char *, sourceinfo_t >::Entry::Archive( Archiver& arc )
{
unsigned int offset;