Error in titles.inc

Archive of posts related to former distro versions. Be aware that posts here do not refer to the current distro and may not work.
Locked
User avatar
OldnGrey
POL Expert
Posts: 657
Joined: Sat Feb 04, 2006 6:26 pm

Error in titles.inc

Post 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");
Locked