OSDN Git Service

- Added a StartConversation special that allows automatic activation of Strife
[zandronum/zandronum-acc.git] / symbol.c
index a238232..6d9427d 100644 (file)
--- a/symbol.c
+++ b/symbol.c
@@ -160,6 +160,7 @@ static internFuncDef_t InternalFunctions[] =
        { "getammocapacity", PCD_NOP, PCD_GETAMMOCAPACITY, 1, 0, 0, YES, NO },\r
        { "setammocapacity", PCD_NOP, PCD_SETAMMOCAPACITY, 2, 0, 0, NO, NO },\r
        { "setactorangle", PCD_NOP, PCD_SETACTORANGLE, 2, 0, 0, NO, NO },\r
+       { "spawnprojectile", PCD_NOP, PCD_SPAWNPROJECTILE, 7, 0, 0, NO, NO },\r
 \r
        { NULL, PCD_NOP, PCD_NOP, 0, 0, 0, NO, NO }\r
 };\r