mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- removed a few 'GZDoom only' notes that no longer apply.
SVN r4128 (trunk)
This commit is contained in:
parent
027a99d772
commit
954e9e03f2
1 changed files with 3 additions and 3 deletions
|
@ -3297,10 +3297,10 @@ lnSpecFunc LineSpecials[256] =
|
|||
/* 155 */ LS_NOP,
|
||||
/* 156 */ LS_NOP,
|
||||
/* 157 */ LS_NOP, // SetGlobalFogParameter // in GZDoom
|
||||
/* 158 */ LS_NOP, // FS_Execute in GZDoom
|
||||
/* 158 */ LS_NOP, // FS_Execute
|
||||
/* 159 */ LS_NOP, // Sector_SetPlaneReflection in GZDoom
|
||||
/* 160 */ LS_NOP, // Sector_Set3DFloor in GZDoom and Vavoom
|
||||
/* 161 */ LS_NOP, // Sector_SetContents in GZDoom and Vavoom
|
||||
/* 160 */ LS_NOP, // Sector_Set3DFloor
|
||||
/* 161 */ LS_NOP, // Sector_SetContents
|
||||
/* 162 */ LS_NOP, // Reserved Doom64 branch
|
||||
/* 163 */ LS_NOP, // Reserved Doom64 branch
|
||||
/* 164 */ LS_NOP, // Reserved Doom64 branch
|
||||
|
|
Loading…
Reference in a new issue