mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
CUSTOM_CAPTION can be configured (used in pentagonal exploration)
This commit is contained in:
parent
4c01859192
commit
6b43a7972f
@ -1098,7 +1098,11 @@ void initgraph() {
|
|||||||
vid.yscr = vid.yres = inf->current_h;
|
vid.yscr = vid.yres = inf->current_h;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CUSTOM_CAPTION
|
||||||
|
SDL_WM_SetCaption(CUSTOM_CAPTION, CUSTOM_CAPTION);
|
||||||
|
#else
|
||||||
SDL_WM_SetCaption("HyperRogue " VER, "HyperRogue " VER);
|
SDL_WM_SetCaption("HyperRogue " VER, "HyperRogue " VER);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
preparesort();
|
preparesort();
|
||||||
|
Loading…
Reference in New Issue
Block a user