mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Reworked con_set and con_arrayset so that they have their own Entry class
This commit is contained in:
parent
03143d1341
commit
b1753df1ed
8 changed files with 459 additions and 185 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue