fixed lag counter display menu item (win32)
This commit is contained in:
parent
796ef76f09
commit
05c61fa9b6
|
@ -7,8 +7,7 @@
|
|||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
#include "afxres.h"
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
|
@ -90,7 +89,7 @@ BEGIN
|
|||
MENUITEM "2 player", MENU_INPUTDISPLAY_2
|
||||
MENUITEM "4 player", MENU_INPUTDISPLAY_4
|
||||
END
|
||||
MENUITEM "Lag Counter", ID_DISPLAY_LAGCOUNTER40245
|
||||
MENUITEM "Lag Counter", MENU_DISPLAY_LAGCOUNTER
|
||||
MENUITEM "Frame Counter", ID_DISPLAY_FRAMECOUNTER
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Graphics: BG", MENU_DISPLAY_BG
|
||||
|
@ -1603,8 +1602,7 @@ IDB_TE_ARROW BITMAP "res/te_arrow.bmp"
|
|||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
|
|
Loading…
Reference in New Issue