reverted change with ecplicit unsigned NUM_COLS and NUM_ROWS because of unwanted side effects

This commit is contained in:
Christian Kroll 2011-03-07 22:03:12 +00:00
parent 4393ffa0b3
commit da77cecfb1
1 changed files with 2 additions and 2 deletions

View File

@ -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