Results 1 to 2 of 2

Thread: Two line change to enable saving of head / floor room values

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    72

    Two line change to enable saving of head / floor room values

    Since moving to the XML system SEQ hasnt been saving the floor / head values.

    Finally I got fed up =)

    Looking in map.cpp at around line 1298:

    tmpPrefString = "OverheadDepth";
    m_param.setHeadRoom(pSEQPrefs->getPrefInt(tmpPrefString, prefString, 75));

    tmpPrefString = "UnderfeetDepth";
    m_param.setFloorRoom(pSEQPrefs->getPrefInt(tmpPrefString, prefString, 75));

    Compare this to lines 2389 (HeadRoom) and 2404 (FloorRoom) where the strings are HeadRoom and FloorRoom.

    Changing lines 1298 and 1301 to :

    tmpPrefString = "HeadRoom";

    tmpPrefString = "FloorRoom";

    Makes it work as expected !

  2. #2
    Developer Ratt's Avatar
    Join Date
    Dec 2001
    Posts
    533
    Fixed

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On