- 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
|
|
@ -78,7 +78,7 @@ PSymbolTable GlobalSymbols;
|
|||
// Starts a new actor definition
|
||||
//
|
||||
//==========================================================================
|
||||
FActorInfo *CreateNewActor(FScriptPosition &sc, FName typeName, FName parentName, bool native)
|
||||
FActorInfo *CreateNewActor(const FScriptPosition &sc, FName typeName, FName parentName, bool native)
|
||||
{
|
||||
const PClass *replacee = NULL;
|
||||
PClass *ti = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue