diff --git a/desktop_version/src/Graphics.h b/desktop_version/src/Graphics.h index 3f1bdf91..760536be 100644 --- a/desktop_version/src/Graphics.h +++ b/desktop_version/src/Graphics.h @@ -287,7 +287,7 @@ public: std::map font_positions; - SDL_Surface* ghostbuffer; + SDL_Surface* ghostbuffer; }; extern Graphics graphics; diff --git a/desktop_version/src/Script.cpp b/desktop_version/src/Script.cpp index 1e283017..4058794a 100644 --- a/desktop_version/src/Script.cpp +++ b/desktop_version/src/Script.cpp @@ -3151,7 +3151,7 @@ void scriptclass::startgamemode( int t ) game.customstart(); game.jumpheld = true; - ed.ghosts.clear(); + ed.ghosts.clear(); map.custommode = true; map.customx = 100;