mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
fix uninitialized member vars everywhere
also fix a spelling error of 'forground' in the graphics class buffer
This commit is contained in:
@@ -222,7 +222,7 @@ public:
|
||||
Screen* screenbuffer;
|
||||
SDL_Surface* menubuffer;
|
||||
SDL_Surface* towerbuffer;
|
||||
SDL_Surface* forgroundBuffer;
|
||||
SDL_Surface* foregroundBuffer;
|
||||
SDL_Surface* tempBuffer;
|
||||
|
||||
SDL_Rect bfont_rect;
|
||||
|
||||
Reference in New Issue
Block a user