add board id defines, name dlls with comments in configure.py
This commit is contained in:
parent
58ce71547a
commit
38085a347f
20 changed files with 165 additions and 153 deletions
|
|
@ -69,7 +69,7 @@ void BoardTutorialPlayerInit(void) {
|
|||
GWPlayer[i].com = 1;
|
||||
GWPlayerCfg[i].iscom = 1;
|
||||
}
|
||||
GWSystem.board = 6;
|
||||
GWSystem.board = BOARD_ID_TUTORIAL;
|
||||
}
|
||||
|
||||
void BoardTutorialWorkSave(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue