1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 20:45:32 +00:00

notification when screenshot was taken

This commit is contained in:
scrawl 2012-05-01 21:54:30 +02:00
parent e4b057be30
commit dd8c66b479

View file

@ -132,6 +132,9 @@ namespace MWInput
void screenshot()
{
mEngine.screenshot();
std::vector<std::string> empty;
windows.messageBox ("Screenshot saved", empty);
}
/* toggleInventory() is called when the user presses the button to toggle the inventory screen. */