ALL: sync with scummvm

This commit is contained in:
Pawel Kolodziejski 2013-10-13 11:30:34 +02:00
parent b1a04651a3
commit 790db038c0
118 changed files with 4006 additions and 5809 deletions

View file

@ -169,7 +169,7 @@ protected:
PluginType _type;
public:
Plugin() : _pluginObject(0) {}
Plugin() : _pluginObject(0), _type(PLUGIN_TYPE_MAX) {}
virtual ~Plugin() {
//if (isLoaded())
//unloadPlugin();