1
0
Fork 0

initialize variable in dummy case

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2823
This commit is contained in:
Sebastian Strohhäcker 2007-02-22 15:12:48 +00:00
parent 260fd8e719
commit 3e591eb615

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: sdl_mapper.cpp,v 1.32 2007-02-22 08:44:07 qbix79 Exp $ */
/* $Id: sdl_mapper.cpp,v 1.33 2007-02-22 15:12:48 c2woody Exp $ */
#include <vector>
#include <list>
@ -600,6 +600,7 @@ public:
if (_dummy) {
sdl_joystick=NULL;
axes=0; buttons=0; hats=0;
button_wrap=16;
return;
}