mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-02-22 11:41:25 +00:00
Removed null characters from RenderProgs_embedded.h
This commit is contained in:
parent
853eaa5a00
commit
6b2793ed6a
2 changed files with 93 additions and 93 deletions
|
@ -95,7 +95,7 @@ local function writefilesimple( out, filename, contents )
|
|||
out:write( "\t\t\"" .. line .. "\\n\"\n" )
|
||||
end
|
||||
|
||||
out:write( "\t\t\0\n\t},\n\t\n" )
|
||||
out:write( "\t\t\n\t},\n\t\n" )
|
||||
|
||||
end
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ static const cgShaderDef_t cg_renderprogs[] =
|
|||
"#define BRANCH\n"
|
||||
"#define IFANY\n"
|
||||
"\n"
|
||||
|