Merge pull request #388 from alexey-lysiuk/pcd_consolecommand

Added "support" for PCD_CONSOLECOMMAND in ACS
This commit is contained in:
coelckers 2015-09-16 17:40:41 +02:00
commit c12607724d
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,7 @@
#include "actorptrselect.h"
#include "farchive.h"
#include "decallib.h"
#include "version.h"
#include "g_shared/a_pickups.h"
@ -9357,6 +9358,10 @@ scriptwait:
}
break;
case PCD_CONSOLECOMMAND:
Printf (TEXTCOLOR_RED GAMENAME " doesn't support execution of console commands from scripts\n");
sp -= 3;
break;
}
}