Results 1 to 3 of 3

Thread: PvP options broken with latest CVS ? (4)

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    7

    PvP options broken with latest CVS ? (4)

    Instead of the different triangles that I was used to, it now seems to display the 'normal' square all the time.


    Anyone want to confirm this ? Thxu

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    3

    Cool patch

    Quick an dirty:

    --- spawn.cpp Sat Dec 22 10:26:31 2001
    +++ spawn.cpp Fri Dec 21 23:44:29 2001
    @@ -642,6 +642,8 @@

    void Spawn::calcDeityTeam()
    {
    + m_deityTeam = DTEAM_OTHER;
    +
    switch(deity())
    {
    //Good
    @@ -671,11 +673,12 @@
    break;
    }

    - m_deityTeam = DTEAM_OTHER;
    }

    void Spawn::calcRaceTeam()
    {
    + m_raceTeam = RTEAM_OTHER;
    +
    switch(race())
    {
    case 1: // Human
    @@ -703,7 +706,6 @@
    break;
    }

    - m_raceTeam = RTEAM_OTHER;
    }

    QString Spawn::cleanedName() const

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    7

    patch

    doing this seems to have fixed the problems, but not the triangles. I have a friend whos copy it worked on, but mine doesnt. The names display the proper colour but the square remains. Was the Cvs updated with those patches ? Since he received the spawn.cpp off me I'm assuming this may be the case.

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