mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Useless change to force a synthesis build
git-svn-id: https://svn.eduke32.com/eduke32@6398 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a27fc79e86
commit
7c7f550100
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ const char *keyw[] = {
|
||||||
"resetactioncount", // 36
|
"resetactioncount", // 36
|
||||||
"debris", // 37
|
"debris", // 37
|
||||||
"pstomp", // 38
|
"pstomp", // 38
|
||||||
"<null>", // 39 was previously used to define the start of a comment block
|
NULL, // 39 was previously used to define the start of a comment block
|
||||||
"cstat", // 40
|
"cstat", // 40
|
||||||
"ifmove", // 41
|
"ifmove", // 41
|
||||||
"resetplayer", // 42
|
"resetplayer", // 42
|
||||||
|
@ -599,7 +599,7 @@ const char *keyw[] = {
|
||||||
"getclosestcol", // 403
|
"getclosestcol", // 403
|
||||||
"drawline256", // 404
|
"drawline256", // 404
|
||||||
"drawlinergb", // 405
|
"drawlinergb", // 405
|
||||||
"<null>"
|
NULL
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue