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:
terminx 2017-07-28 20:24:54 +00:00
parent a27fc79e86
commit 7c7f550100

View file

@ -232,7 +232,7 @@ const char *keyw[] = {
"resetactioncount", // 36
"debris", // 37
"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
"ifmove", // 41
"resetplayer", // 42
@ -599,7 +599,7 @@ const char *keyw[] = {
"getclosestcol", // 403
"drawline256", // 404
"drawlinergb", // 405
"<null>"
NULL
};
#endif