mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-23 21:02:11 +00:00
restructured how to compile for rpgxef and added a missing cgame-file
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
ffd4e606e8
commit
a9f3959099
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
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
|
Loading…
Reference in a new issue