This commit is contained in:
Daveo 2001-04-19 15:12:21 +00:00
parent d33f59257f
commit aaaed92c9e
28 changed files with 322 additions and 188 deletions

View file

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