- GCC compile fix and warning removal.

SVN r1434 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-21 21:44:15 +00:00
commit 5bb3f87746
4 changed files with 4 additions and 34 deletions

View file

@ -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);