From 85b9c60158adee3aae6d02a9e5529ea57ed39611 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 9 Oct 2010 13:27:21 +0200 Subject: added info in the demo browser by Choupom --- src/game/client/components/menus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/menus.h') diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h index 7ab03b81..3d11cf91 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.h @@ -160,6 +160,8 @@ class CMenus : public CComponent char m_aName[128]; bool m_IsDir; int m_StorageType; + bool m_Valid; + char m_aMap[64]; bool operator<(const CDemoItem &Other) { return !str_comp(m_aFilename, "..") ? true : !str_comp(Other.m_aFilename, "..") ? false : m_IsDir && !Other.m_IsDir ? true : !m_IsDir && Other.m_IsDir ? false : -- cgit 1.4.1