X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fdrawscene.h;h=364fcd499e153f17eeedfd9f75c5fd9123af6477;hb=bb9fe6eb2b32548e66d62b64e949b058ec7856fc;hp=0630f297022f5c66cae97035b6d4819501f1e8c7;hpb=ffd16e3feca90c356c55898de2b9f3f5c6bc5c98;p=dragonfireclient.git diff --git a/src/drawscene.h b/src/drawscene.h index 0630f2970..364fcd499 100644 --- a/src/drawscene.h +++ b/src/drawscene.h @@ -31,9 +31,9 @@ void draw_load_screen(const std::wstring &text, IrrlichtDevice *device, bool clouds = true); void draw_scene(video::IVideoDriver *driver, scene::ISceneManager *smgr, - Camera &camera, Client &client, LocalPlayer *player, Hud &hud, - Mapper &mapper, gui::IGUIEnvironment *guienv, - std::vector hilightboxes, const v2u32 &screensize, - video::SColor skycolor, bool show_hud, bool show_minimap); + Camera &camera, Client &client, LocalPlayer *player, + Hud &hud, Mapper &mapper, gui::IGUIEnvironment *guienv, + const v2u32 &screensize, const video::SColor &skycolor, + bool show_hud, bool show_minimap); #endif /* DRAWSCENE_H_ */