diff --git a/src/video/allegro_v.h b/src/video/allegro_v.h --- a/src/video/allegro_v.h +++ b/src/video/allegro_v.h @@ -27,6 +27,7 @@ public: /* virtual */ bool ChangeResolution(int w, int h); /* virtual */ bool ToggleFullscreen(bool fullscreen); + /* virtual */ const char *GetName() const { return "allegro"; } }; class FVideoDriver_Allegro: public VideoDriverFactory {