Skip to content

Commit

Permalink
Title :)
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Aug 29, 2024
1 parent 498390b commit bda45d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPL2/core/sources/impl/LowLevelGraphicsSDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ namespace hpl {
void cLowLevelGraphicsSDL::SetWindowCaption(const tString &asName)
{
#if SDL_VERSION_ATLEAST(2, 0, 0)
SDL_SetWindowTitle(mpScreen, asName.c_str());
SDL_SetWindowTitle(mpScreen, "Amnesia - The Dark Descent (NakedAmnesiaTDD Edition)");
#else
SDL_WM_SetCaption(asName.c_str(), "");
#endif
Expand Down

0 comments on commit bda45d0

Please sign in to comment.