# HG changeset patch # User glx # Date 1208892199 0 # Node ID 7f1a1c0b6c86321fd79c9c49d90ed060ae298533 # Parent 433b21fd002ce2f81211185d8ce7a35698473ec2 (svn r12840) [NoAI] -Fix (r12838): incorrect comment diff -r 433b21fd002c -r 7f1a1c0b6c86 src/ai/api/ai_event_types.hpp --- a/src/ai/api/ai_event_types.hpp Tue Apr 22 17:04:06 2008 +0000 +++ b/src/ai/api/ai_event_types.hpp Tue Apr 22 19:23:19 2008 +0000 @@ -170,7 +170,8 @@ /** * Event Engine Preview, indicating a manufacturer offer you to test a new engine. - * You can get the type of engine. + * You can get the same information about the offered engine as a real user + * would see in the offer window. And you can also accept the offer. */ class AIEventEnginePreview : public AIEvent { public: