Fixed "Multi Player" to be "MultiPlayer".

This commit is contained in:
Scott Duensing 2021-10-18 21:31:06 -05:00
parent 39c22c7abe
commit abcc4f2071
40 changed files with 42 additions and 42 deletions

View file

@ -26,6 +26,7 @@
#include "vesa.h" #include "vesa.h"
static MouseT _mouse;
static SDL_Window *_window = NULL; static SDL_Window *_window = NULL;
static SDL_Renderer *_renderer = NULL; static SDL_Renderer *_renderer = NULL;
static SDL_Surface *_surface = NULL; static SDL_Surface *_surface = NULL;
@ -33,7 +34,6 @@ static SurfaceT *_offScreenBuffer = NULL;
static SurfaceT *_activeSurface = NULL; static SurfaceT *_activeSurface = NULL;
static uint16_t _width = 0; static uint16_t _width = 0;
static uint16_t _height = 0; static uint16_t _height = 0;
static MouseT _mouse;
static uint8_t _windowScale = 1; static uint8_t _windowScale = 1;
static uint8_t _alt = 0; static uint8_t _alt = 0;
static uint8_t _control = 0; static uint8_t _control = 0;