reenabling unsignend literals for NUM_COLS and NUM_ROWS (resulting in additional macros called UNUM_COLS and UNUM_ROWS this time)
This commit is contained in:
parent
b7f2d84266
commit
b2ada1c384
|
@ -2,8 +2,8 @@
|
|||
mainmenu_option next_comment
|
||||
comment "Borg Hardware"
|
||||
|
||||
int "Number of rows " NUM_ROWS 16
|
||||
int "Number of columns" NUM_COLS 16
|
||||
uint "Number of rows " NUM_ROWS 16
|
||||
uint "Number of columns" NUM_COLS 16
|
||||
int "Number of brightnes-levels" NUMPLANE 3
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue