From 7c7f5501008c52e97d70e83e17e429257042d9a5 Mon Sep 17 00:00:00 2001 From: terminx Date: Fri, 28 Jul 2017 20:24:54 +0000 Subject: [PATCH] Useless change to force a synthesis build git-svn-id: https://svn.eduke32.com/eduke32@6398 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gamedef.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/duke3d/src/gamedef.cpp b/source/duke3d/src/gamedef.cpp index 718d1f8af..4dae3d854 100644 --- a/source/duke3d/src/gamedef.cpp +++ b/source/duke3d/src/gamedef.cpp @@ -232,7 +232,7 @@ const char *keyw[] = { "resetactioncount", // 36 "debris", // 37 "pstomp", // 38 - "", // 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 }; #endif