• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Nonogram solver


Commit MetaInfo

Revisióncd613c74f8565b8dc56e2a1595c5f4b763f9522a (tree)
Tiempo2021-02-12 21:01:24
AutorAlexander Larin <scalar438@gmai...>
CommiterAlexander Larin

Log Message

Fix comment

Cambiar Resumen

Diferencia incremental

diff -r 37b201138608 -r cd613c74f856 cell.hpp
--- a/cell.hpp Fri Feb 12 14:58:46 2021 +0300
+++ b/cell.hpp Fri Feb 12 15:01:24 2021 +0300
@@ -21,8 +21,8 @@
2121
2222 private:
2323 // Bitmask with possible colors. 0 - "impossible" cell, it mustn't appear in normal puzzless
24- // Least bit is background (i.e. if m_data == 0 then cell is background) all other bits are
25- // colors
24+ // Lowest bit is background (i.e. if m_data == 1 then cell must be background), all other bits
25+ // are corresponding colors
2626 uint32_t m_data;
2727
2828 int m_max_colors;