nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Compile error in nel\src\ai\agent\group_type.cpp


From: sameh chafik
Subject: Re: [Nel] Compile error in nel\src\ai\agent\group_type.cpp
Date: Tue, 5 Nov 2002 17:48:01 +0100

> - push_back() is a member of tVectorType (namely std::vector<const 
> IObjectIA *>). 'l' returns the list of found occurences, so obviously 
> the author meant to push 'o', so we'll fix as :
> 
>    if (*o == obj) l.push_back(o);
> 
> - we build a patch by extracting a diff (between the current CVS code 
> and our locally modified file). If you have WinCVS, err... read the 
> manual :). If you have the plain old command line cvs :

Okay, it will be in CVS tonight, thanks a lot!
Sameh.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]