diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/game.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |