mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- fixed typo in xlat files (they don't use exactly C syntax.)
This commit is contained in:
parent
4e683d360d
commit
745b147d18
1 changed files with 1 additions and 1 deletions
|
@ -240,5 +240,5 @@ enum
|
||||||
//
|
//
|
||||||
ML_PASSTHROUGH = -1,
|
ML_PASSTHROUGH = -1,
|
||||||
ML_TRANSLUCENT = -2,
|
ML_TRANSLUCENT = -2,
|
||||||
ML_TRANSPARENT = -3,
|
ML_TRANSPARENT = -3
|
||||||
}
|
}
|
Loading…
Reference in a new issue