(svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested.

This commit is contained in:
rubidium
2009-12-19 19:21:37 +00:00
parent 440ab2cf84
commit 0da7a4dc91
6 changed files with 38 additions and 45 deletions

View File

@@ -1236,8 +1236,7 @@ DEF_CONSOLE_CMD(ConScreenShot)
}
}
RequestScreenshot(type, name);
MakeScreenshot(type, name);
return true;
}