Rev 5033 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5033 | Rev 5039 | ||
---|---|---|---|
Line 97... | Line 97... | ||
97 | { CON_SCREENSOUND, 20130628 }, |
97 | { CON_SCREENSOUND, 20130628 }, |
98 | { CON_SETMUSICPOSITION, 20150116 }, |
98 | { CON_SETMUSICPOSITION, 20150116 }, |
99 | { CON_UNDEFINELEVEL, 20150208 }, |
99 | { CON_UNDEFINELEVEL, 20150208 }, |
100 | { CON_IFCUTSCENE, 20150210 }, |
100 | { CON_IFCUTSCENE, 20150210 }, |
101 | { CON_DEFINEVOLUMEFLAGS, 20150222 }, |
101 | { CON_DEFINEVOLUMEFLAGS, 20150222 }, |
- | 102 | { CON_RESETPLAYERFLAGS, 20150303 }, |
|
102 | }; |
103 | }; |
103 | #endif
|
104 | #endif
|
104 | 105 | ||
105 | char g_szScriptFileName[BMAX_PATH] = "(none)"; // file we're currently compiling |
106 | char g_szScriptFileName[BMAX_PATH] = "(none)"; // file we're currently compiling |
106 | 107 | ||
Line 559... | Line 560... | ||
559 | "undefineskill", // 376 |
560 | "undefineskill", // 376 |
560 | "undefinelevel", // 377 |
561 | "undefinelevel", // 377 |
561 | "startcutscene", // 378 |
562 | "startcutscene", // 378 |
562 | "ifcutscene", // 379 |
563 | "ifcutscene", // 379 |
563 | "definevolumeflags", // 380 |
564 | "definevolumeflags", // 380 |
- | 565 | "resetplayerflags", // 381 |
|
564 | "<null>"
|
566 | "<null>"
|
565 | }; |
567 | }; |
566 | #endif
|
568 | #endif
|
567 | 569 | ||
568 | // KEEPINSYNC with enum GameEvent_t and lunatic/con_lang.lua
|
570 | // KEEPINSYNC with enum GameEvent_t and lunatic/con_lang.lua
|
Line 4181... | Line 4183... | ||
4181 | case CON_SECTCLEARINTERPOLATION: |
4183 | case CON_SECTCLEARINTERPOLATION: |
4182 | case CON_SETACTORANGLE: |
4184 | case CON_SETACTORANGLE: |
4183 | case CON_SETPLAYERANGLE: |
4185 | case CON_SETPLAYERANGLE: |
4184 | case CON_SETMUSICPOSITION: |
4186 | case CON_SETMUSICPOSITION: |
4185 | case CON_STARTCUTSCENE: |
4187 | case CON_STARTCUTSCENE: |
- | 4188 | case CON_RESETPLAYERFLAGS: |
|
4186 | C_GetNextVar(); |
4189 | C_GetNextVar(); |
4187 | continue; |
4190 | continue; |
4188 | 4191 | ||
4189 | case CON_SQRT: |
4192 | case CON_SQRT: |
4190 | C_GetNextVar(); |
4193 | C_GetNextVar(); |