Removed some unnecessary anonymous structures

Fixed print-screen for full-screen mode


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1530 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Overhaul
2007-10-20 07:05:06 +00:00
parent b25087e3e8
commit e879d3103c
4 changed files with 23 additions and 20 deletions
+6 -6
View File
@@ -113,14 +113,14 @@ typedef struct
UINT32 fCreateFlags; // Specifies creation flags like from file or not
union
{
struct
{
//struct
//{
SGPFILENAME ImageFile; // Filename of image data to use
};
struct
{
//};
//struct
//{
HIMAGE hImage;
};
//};
};
UINT8 ubBitDepth; // BPP, ignored if given from file
} VOBJECT_DESC;