mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
RET_SOC: Save internally as 2.1.x-onward SOC_ prefix format
This commit is contained in:
parent
e0c9014547
commit
6fee220c79
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
|
|||
switch(type = ResourceFileDetect(filename))
|
||||
{
|
||||
case RET_SOC:
|
||||
lumpinfo = ResGetLumpsStandalone(handle, &numlumps, "OBJCTCFG");
|
||||
lumpinfo = ResGetLumpsStandalone(handle, &numlumps, "SOC_INIT");
|
||||
break;
|
||||
case RET_LUA:
|
||||
lumpinfo = ResGetLumpsStandalone(handle, &numlumps, "LUA_INIT");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue