- Add compat_badangles to the menu.

SVN r3309 (trunk)
This commit is contained in:
Randy Heit 2011-11-02 02:44:01 +00:00
commit 4816b3182b
3 changed files with 9 additions and 1 deletions

View file

@ -584,7 +584,7 @@ public:
Super::Drawer();
char text[64];
mysnprintf(text, 64, "compatflags = %d", *compatflags);
mysnprintf(text, 64, "compatflags = %d compatflags2 = %d", *compatflags, *compatflags2);
screen->DrawText (SmallFont, OptionSettings.mFontColorValue,
(screen->GetWidth() - SmallFont->StringWidth (text) * CleanXfac_1) / 2, 0, text,
DTA_CleanNoMove_1, true, TAG_DONE);