bug-xboard
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-XBoard] [bug #27715] 2 (minor) graphic issues


From: anonymous
Subject: [Bug-XBoard] [bug #27715] 2 (minor) graphic issues
Date: Tue, 20 Oct 2009 09:05:42 +0000
User-agent: Opera/9.10 (X11; Linux i686; U; en)

Follow-up Comment #12, bug #27715 (project xboard):

What happens (when doing a "smoves"-switch from bughouse to normal) is this:

in read_from_ics() the following is done:

Reset(FALSE, TRUE);  <-  This sets gameInfo.variant to 0
gameMode = IcsObserving; <- just before changing the game mode

Afterwards VariantSwitch() is called, which skips the required code, because
it thinks the current variant is normal instead of bughouse.

Strange that this bug has only visual effects on my system, so I do a
quick/dirty fix for my "special edition".


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27715>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]