reverted change with ecplicit unsigned NUM_COLS and NUM_ROWS because of unwanted side effects
This commit is contained in:
parent
4393ffa0b3
commit
da77cecfb1
|
@ -2,8 +2,8 @@
|
|||
mainmenu_option next_comment
|
||||
comment "Borg Hardware"
|
||||
|
||||
uint "Number of rows " NUM_ROWS 16
|
||||
uint "Number of columns" NUM_COLS 16
|
||||
int "Number of rows " NUM_ROWS 16
|
||||
int "Number of columns" NUM_COLS 16
|
||||
int "Number of brightnes-levels" NUMPLANE 3
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue