Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
506acc4faa
commit
bd73303b5e
2 changed files with 18 additions and 19 deletions
|
@ -1058,7 +1058,6 @@ struct _CCMirrorPropValueListIterator
|
||||||
typedef size_t size_type;
|
typedef size_t size_type;
|
||||||
typedef ptrdiff_t difference_type;
|
typedef ptrdiff_t difference_type;
|
||||||
// typedef typename std::forward_iterator_tag iterator_category;
|
// typedef typename std::forward_iterator_tag iterator_category;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2437,7 +2437,7 @@ NLMISC_COMMAND(setGrpTimers,"set the timer values for a given group","<grp id> <
|
||||||
void cbTick();
|
void cbTick();
|
||||||
extern uint ForceTicks;
|
extern uint ForceTicks;
|
||||||
|
|
||||||
NLMISC_COMMAND(updateAI,"call CAIS::update() (simulate a tick off-line)","")
|
NLMISC_COMMAND(updateAI,"call CAIS::update() (simulate a tick off-line)","[tick]")
|
||||||
{
|
{
|
||||||
if(args.size() >1)
|
if(args.size() >1)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue