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:
Christian Kroll 2011-03-10 21:18:09 +00:00
parent b7f2d84266
commit b2ada1c384
1 changed files with 2 additions and 2 deletions

View File

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