mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 02:01:35 +00:00
Merge branch 'next' into lua-slopes
This commit is contained in:
commit
bd0c187e68
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ static UINT8 UnArchiveValue(int TABLESINDEX)
|
|||
break;
|
||||
#endif
|
||||
case ARCH_MAPHEADER:
|
||||
LUA_PushUserdata(gL, §ors[READUINT16(save_p)], META_MAPHEADER);
|
||||
LUA_PushUserdata(gL, mapheaderinfo[READUINT16(save_p)], META_MAPHEADER);
|
||||
break;
|
||||
case ARCH_TEND:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue