From a9f39590993854b985f7dec19594ce63f916d9c4 Mon Sep 17 00:00:00 2001 From: Harry Young Date: Tue, 1 Nov 2011 10:35:04 +0100 Subject: [PATCH] restructured how to compile for rpgxef and added a missing cgame-file Signed-off-by: Harry Young --- HowTo compile for rpgxEF.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/HowTo compile for rpgxEF.txt b/HowTo compile for rpgxEF.txt index 169410e..47e27c5 100644 --- a/HowTo compile for rpgxEF.txt +++ b/HowTo compile for rpgxEF.txt @@ -1,3 +1,9 @@ -To compile for rpgxEF change the following things: -q_shared.h line 54: #define XTRA 0 to #define XTRA 1 -bg_public.h line 6: #define XTRA 0 to #define XTRA 1 \ No newline at end of file +To compile for rpgxEF set the following lines to #define XTRA 1. +To compile for other engines set the following lines to #define XTRA 0. + +in cgame: +cg_public.h line 11 + +in game: +bg_public.h line 6 +q_shared.h line 54 \ No newline at end of file