/polymer/eduke32/source/gamedef.c |
---|
99,6 → 99,7 |
{ CON_UNDEFINELEVEL, 20150208 }, |
{ CON_IFCUTSCENE, 20150210 }, |
{ CON_DEFINEVOLUMEFLAGS, 20150222 }, |
{ CON_RESETPLAYERFLAGS, 20150303 }, |
}; |
#endif |
561,6 → 562,7 |
"startcutscene", // 378 |
"ifcutscene", // 379 |
"definevolumeflags", // 380 |
"resetplayerflags", // 381 |
"<null>" |
}; |
#endif |
4183,6 → 4185,7 |
case CON_SETPLAYERANGLE: |
case CON_SETMUSICPOSITION: |
case CON_STARTCUTSCENE: |
case CON_RESETPLAYERFLAGS: |
C_GetNextVar(); |
continue; |