diff --git a/Stub/sdlrender.cpp b/Stub/sdlrender.cpp index ebe453b39..389721976 100644 --- a/Stub/sdlrender.cpp +++ b/Stub/sdlrender.cpp @@ -1102,8 +1102,14 @@ void RenderCharNames() void ConstantButtons() { - print_title_str_small(500, 620, "Ok"); - print_title_str_small(600, 620, "Cancel"); + //print_title_str_small(500, 620, "Ok"); + //print_title_str_small(600, 620, "Cancel"); + DrawPCXString( 500, 440, gdwFont2Height, gdwFont2Width, "OK", pFont2, pPcxFont2Image); + DrawPCXString( 550, 440, gdwFont2Height, gdwFont2Width, "Cancel", pFont2, pPcxFont2Image); + + + + } bool LoadCreateHeroDialogImages = 0;