How'd that get there?

This commit is contained in:
Glenn Maynard
2003-03-27 08:18:11 +00:00
parent e1cf92e809
commit 514bcb2f12
-7
View File
@@ -11,13 +11,6 @@
-----------------------------------------------------------------------------
*/
/* nonstandard extension used : nameless struct/union
* It is, in fact, nonstandard. G++ 3.x can handle it. 2.95.x can not. XXX */
#if defined(_MSC_VER)
#pragma warning (push)
#pragma warning (disable : 4201)
#endif
struct PlayerOptions
{
PlayerOptions() { Init(); };