mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Update comment
This commit is contained in:
parent
a3e6b5e0fb
commit
85f6e37ed0
1 changed files with 1 additions and 1 deletions
|
@ -1345,7 +1345,7 @@ static UINT8 ArchiveValue(int TABLESINDEX, int myindex)
|
|||
{
|
||||
skin_t *skin = *((skin_t **)lua_touserdata(gL, myindex));
|
||||
WRITEUINT8(save_p, ARCH_SKIN);
|
||||
WRITEUINT8(save_p, skin->skinnum); // UINT8 because MAXSKINS is only 32
|
||||
WRITEUINT8(save_p, skin->skinnum); // UINT8 because MAXSKINS must be <= 256
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue