This commit is contained in:
parent
d33f59257f
commit
aaaed92c9e
28 changed files with 322 additions and 188 deletions
|
@ -44,10 +44,10 @@ GString Player=Core->GetConfigStr("MISC","PlayerActor");
|
|||
}
|
||||
if (NotFound)
|
||||
{
|
||||
GObject::Error(ERR_FATAL,"No Start Point defined");
|
||||
GObject::Error(ERR_WARNING,"No Start Point defined\n");
|
||||
}
|
||||
|
||||
ProcessList();
|
||||
ProcessList(Core);
|
||||
printf("%i actors\n",ThingList.size());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue