From 0c7768e0e847ea96372123b091e50ee0e2d5e339 Mon Sep 17 00:00:00 2001 From: aperturesecurity <4926248+ApertureSecurity@users.noreply.github.com> Date: Fri, 18 Jan 2019 21:41:09 +0200 Subject: [PATCH] added constant button cancel and ok to menu --- Stub/sdlrender.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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;