Fixed bug am46960 (cannot unpause through menu)

This commit is contained in:
David Anderson 2006-11-22 06:14:10 +00:00
parent 4e7bf7e348
commit 299f1b5f62

View File

@ -144,11 +144,6 @@ public actionMenu(id, key)
{
case 'r': pause("ac", file)
case 'p':
{
g_Modified = 1
pause("dc", file)
}
case 's':
{
g_Modified = 1
unpause("ac", file)