From 44d7414215f5754f36be423aaf2c54236638d82f Mon Sep 17 00:00:00 2001 From: Tony Puccinelli Date: Mon, 2 Aug 2010 08:43:47 +0000 Subject: changed plugins so games can be added in the launcher with only one plugin loaded into memory at a time (first refinement) svn-id: r51607 --- base/plugins.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/plugins.h') diff --git a/base/plugins.h b/base/plugins.h index 5697055e54..d20872707b 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -276,6 +276,8 @@ private: PluginList _plugins[PLUGIN_TYPE_MAX]; ProviderList _providers; PluginList::iterator _allPlugs; + PluginList::iterator _allPlugsEnd; + bool tryLoadPlugin(Plugin *plugin); -- cgit v1.2.3