Make frame-capture a little more noob-friendly

This commit is contained in:
Simon 2011-01-04 18:00:28 +00:00
parent 3a2bc76643
commit 85138b970d

View File

@ -1615,7 +1615,7 @@ int main(int argc, char *argv[])
}
#ifdef INTERNAL
int counterthing;
if(sdl_key=='v')
if(sdl_key=='v'&&!(sdl_mod & (KMOD_LCTRL|KMOD_RCTRL)))
{
if(sdl_mod & (KMOD_SHIFT)){
if(vs>=1)
@ -1623,7 +1623,8 @@ int main(int argc, char *argv[])
else
vs = 2;
}
else{
else
{
if(vs>=1)
vs = 0;
else
@ -2412,6 +2413,8 @@ int main(int argc, char *argv[])
strappend(uitext, " [CAP LOCKS]");
if(GRID_MODE)
sprintf(uitext, "%s [GRID: %d]", uitext, GRID_MODE);
if(vs)
strappend(uitext, " [FRAME CAPTURE]");
if(sdl_zoom_trig||zoom_en)
{