Make some visual C compiler happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3031
This commit is contained in:
parent
7da84582f6
commit
6182b08be9
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sdl_mapper.cpp,v 1.45 2007-10-28 16:36:41 qbix79 Exp $ */
|
||||
/* $Id: sdl_mapper.cpp,v 1.46 2007-10-31 11:43:06 qbix79 Exp $ */
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
@ -1217,7 +1217,7 @@ protected:
|
|||
Bit16u button_state;
|
||||
};
|
||||
|
||||
static struct {
|
||||
static struct CMapper {
|
||||
SDL_Surface * surface;
|
||||
SDL_Surface * draw_surface;
|
||||
bool exit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue