MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002186 | Zandronum | [All Projects] Bug | public | 2015-04-12 07:21 | 2018-09-30 21:38 |
|
Reporter | Edward-san | |
Assigned To | Edward-san | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 2.1 | Fixed in Version | 2.1 | |
|
Summary | 0002186: Inconsistent demo behavior of light strobe special |
Description | I noticed that in p_spec.cpp, in function P_SpawnSpecials, the 'sync strobe fast' case has a different demo handling than the other light cases:
case dLight_StrobeFastSync:
// SYNC STROBE FAST
// [BC] In client mode, light specials may have been shut off by the server.
// Therefore, we can't spawn them on our end.
if ( NETWORK_GetState( ) != NETSTATE_CLIENT )
new DStrobe (sector, STROBEBRIGHT, FASTDARK, true);
sector->special &= 0xff00;
break;
It doesn't have the 'CLIENTDEMO_IsPlaying() == false' check, but I don't know if this can be an issue. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | lightstrobefastsync.wad (816) 2015-04-13 20:46 /tracker/file_download.php?file_id=1459&type=bug
lightstrobefastsync_demo.cld (5,497) 2015-04-13 20:47 /tracker/file_download.php?file_id=1460&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-12 07:21 | Edward-san | New Issue | |
2015-04-13 20:46 | Edward-san | File Added: lightstrobefastsync.wad | |
2015-04-13 20:47 | Edward-san | File Added: lightstrobefastsync_demo.cld | |
2015-04-13 20:47 | Edward-san | Note Added: 0012101 | |
2015-04-13 20:48 | Edward-san | Assigned To | => Edward-san |
2015-04-13 20:48 | Edward-san | Status | new => assigned |
2015-04-13 21:09 | Edward-san | Note Added: 0012103 | |
2015-04-13 21:09 | Edward-san | Status | assigned => needs review |
2015-04-14 15:02 | cobalt | Status | needs review => needs testing |
2015-04-14 15:02 | cobalt | Target Version | => 2.1 |
2015-04-14 15:02 | cobalt | Description Updated | bug_revision_view_page.php?rev_id=6962#r6962 |
2015-04-14 15:02 | cobalt | Note Added: 0012108 | |
2015-06-07 16:02 | WaTaKiD | Note Added: 0012580 | |
2015-06-07 16:02 | WaTaKiD | Status | needs testing => resolved |
2015-06-07 16:02 | WaTaKiD | Resolution | open => fixed |
2015-06-07 16:02 | WaTaKiD | Fixed in Version | => 2.1 |
2015-06-07 16:02 | WaTaKiD | Description Updated | bug_revision_view_page.php?rev_id=7295#r7295 |
2018-09-30 21:38 | Blzut3 | Status | resolved => closed |