Page 1 of 1

Error in titles.inc

Posted: Sun Jan 06, 2008 2:48 am
by OldnGrey
pkg\systems\attributes\include\titles.inc

Simple small bug in AP_GetLevelTitle that stops it working.


Buggy line:
var title_cfg := ReadConfigFile(":attributes:titles.cfg");

Fixed line:
var title_cfg := ReadConfigFile(":attributes:titles");