From 3020b2016a96d312b8e04153669c558333588508 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 16 Apr 2006 12:55:14 +0000 Subject: test commit svn-id: r21938 --- base/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/game.h b/base/game.h index f013dfc5bd..1eddbd9744 100644 --- a/base/game.h +++ b/base/game.h @@ -40,8 +40,8 @@ struct GameDescriptor { gameid(g), description(d) {} /** - * This template constructor allows to easily convert structs that mimic GameDescriptor - * to a GameDescriptor instance. + * This template constructor allows to easily convert structs that mimic + * GameDescriptor to a real GameDescriptor instance. * * Normally, one would just subclass GameDescriptor to get this effect much easier. * However, subclassing a struct turns it into a non-POD type. One of the -- cgit v1.2.3