Fixed clock bug: it used to display random time on start.
commitef69d79112dd37f85fcfbf3f1414d6b005ddecc9
authorPaolo Capriotti <p.capriotti@gmail.com>
Mon, 16 Jul 2007 10:25:27 +0000 (16 12:25 +0200)
committerPaolo Capriotti <p.capriotti@gmail.com>
Mon, 16 Jul 2007 19:30:50 +0000 (16 21:30 +0200)
tree54b8f0ed925195daea8cccf34a1298cbf4f948fc
parent3380084bbe3c500913ca5da3913fff608db24eb1
Fixed clock bug: it used to display random time on start.

The problem was that the m_running member variable of Clock was not
initialized to false on construction.
src/chesstable.cpp
src/clock.cpp