X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=menu.h;h=dd7eed7fcb65d023d65296f60e1d9bcb2b599c3d;hp=4cb3e85764b9d8ca8b52c26c4ca4e9f98e89b798;hb=c72641f5e795ed0e0d58a38d79860cc92597e4da;hpb=21bae7f7b6a3df8e08905dfff16e3924f0b1a4eb diff --git a/menu.h b/menu.h index 4cb3e857..dd7eed7f 100644 --- a/menu.h +++ b/menu.h @@ -90,7 +90,7 @@ typedef struct video_resolution_s const char *type; int width, height; int conwidth, conheight; - double pixelheight; // pixel aspect + double pixelheight; ///< pixel aspect } video_resolution_t; extern video_resolution_t video_resolutions[];