- GCC compile fix and warning removal.
SVN r1434 (trunk)
This commit is contained in:
parent
b94b832a9e
commit
5bb3f87746
4 changed files with 4 additions and 34 deletions
|
|
@ -965,7 +965,7 @@ static FActorInfo *ParseActorHeader(FScanner &sc, Baggage *bag)
|
|||
|
||||
try
|
||||
{
|
||||
FActorInfo *info = CreateNewActor(FScriptPosition(sc), typeName, parentName, native);
|
||||
FActorInfo *info = CreateNewActor(sc, typeName, parentName, native);
|
||||
info->DoomEdNum = DoomEdNum > 0? DoomEdNum : -1;
|
||||
SetReplacement(info, replaceName);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue