Fixes crappiness
This commit is contained in:
parent
85138b970d
commit
43065ba94c
@ -2413,8 +2413,10 @@ int main(int argc, char *argv[])
|
|||||||
strappend(uitext, " [CAP LOCKS]");
|
strappend(uitext, " [CAP LOCKS]");
|
||||||
if(GRID_MODE)
|
if(GRID_MODE)
|
||||||
sprintf(uitext, "%s [GRID: %d]", uitext, GRID_MODE);
|
sprintf(uitext, "%s [GRID: %d]", uitext, GRID_MODE);
|
||||||
|
#ifdef INTERNAL
|
||||||
if(vs)
|
if(vs)
|
||||||
strappend(uitext, " [FRAME CAPTURE]");
|
strappend(uitext, " [FRAME CAPTURE]");
|
||||||
|
#endif
|
||||||
|
|
||||||
if(sdl_zoom_trig||zoom_en)
|
if(sdl_zoom_trig||zoom_en)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user