Skip to content

Commit

Permalink
match rp lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Oct 4, 2019
1 parent b127440 commit 18c7b96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extra/buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
git clone https://github.com/BGforgeNet/Fallout2_Restoration_Project.git rp
fi
rm -f "$headers_dir/rp"
ln -sf "$external_dir/rp/scripts_src/HEADERS" "$headers_dir/rp"
ln -sf "$external_dir/rp/scripts_src/headers" "$headers_dir/rp"

if [[ -d party_orders ]]; then
cd party_orders
Expand Down
2 changes: 1 addition & 1 deletion source/gl_g_map_hotkey.ssl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define SCRIPT_REALNAME "gl_g_map_hotkey"
#include "headers/fo2tweaks/fo2tweaks.h"
#include "headers/rp/MODOC.H"
#include "headers/rp/modoc.h"

#define set_worldmap_key "worldmap_key"
#define set_townmap_key "townmap_key"
Expand Down
5 changes: 0 additions & 5 deletions source/gl_test.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ procedure start begin
end


// #include "HEADERS/DEFINE.H"
// #include "HEADERS/COMMAND.H"
// #include "headers/sfall/sfall.h"
// #include "HEADERS/sfall/define_extra.h"
// #include "headers/sfall/dik.h"

// procedure start;
// procedure KeyPressHandler;
Expand Down
2 changes: 1 addition & 1 deletion source/headers/rp

0 comments on commit 18c7b96

Please sign in to comment.