Browse Source

added constant button cancel and ok to menu

pull/18/head
aperturesecurity 7 years ago
parent
commit
0c7768e0e8
  1. 10
      Stub/sdlrender.cpp

10
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;

Loading…
Cancel
Save