bug fix nbr of bots
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@523 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e17cacf7d84e03b1c0fa4315b937576625581044 Former-commit-id: 32d557f41bddd5db77c5468bb601f3b3079a32bf
This commit is contained in:
parent
262056ac25
commit
d533d21357
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ extern "C" int moduleMaxInterfaces(const char * libPath)
|
|||
snprintf( &DriverNames[i*DRIVERLEN], DRIVERLEN-1, DriverName );
|
||||
const char *DriverDesc = GfParmGetStr( RobotSettings, Section, (char *) ROB_ATTR_DESC, defaultBotDesc[i]);
|
||||
snprintf( &DriverDescs[i*DRIVERLEN], DRIVERLEN-1, DriverDesc );
|
||||
NBBOTS = i + 1 - indexOffset;
|
||||
NBBOTS = i + 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue