From c9c13d865068e53551f604be3dc4be56d8f6dfde Mon Sep 17 00:00:00 2001 From: savagex Date: Thu, 29 Dec 2005 18:37:45 +0000 Subject: [PATCH] move navnode lists to ./maps git-svn-id: svn://svn.icculus.org/nexuiz/trunk@738 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/{data => maps}/nexdm01.bsp.nnl | 0 data/{data => maps}/nexdm03.bsp.nnl | 0 data/{data => maps}/nexdm07.bsp.nnl | 0 data/{ => maps}/nexdm09.bsp.nnl | 0 data/{data => maps}/nexdmextra1.bsp.nnl | 0 data/qcsrc/gamec/urrebot_load.qc | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename data/{data => maps}/nexdm01.bsp.nnl (100%) rename data/{data => maps}/nexdm03.bsp.nnl (100%) rename data/{data => maps}/nexdm07.bsp.nnl (100%) rename data/{ => maps}/nexdm09.bsp.nnl (100%) rename data/{data => maps}/nexdmextra1.bsp.nnl (100%) diff --git a/data/data/nexdm01.bsp.nnl b/data/maps/nexdm01.bsp.nnl similarity index 100% rename from data/data/nexdm01.bsp.nnl rename to data/maps/nexdm01.bsp.nnl diff --git a/data/data/nexdm03.bsp.nnl b/data/maps/nexdm03.bsp.nnl similarity index 100% rename from data/data/nexdm03.bsp.nnl rename to data/maps/nexdm03.bsp.nnl diff --git a/data/data/nexdm07.bsp.nnl b/data/maps/nexdm07.bsp.nnl similarity index 100% rename from data/data/nexdm07.bsp.nnl rename to data/maps/nexdm07.bsp.nnl diff --git a/data/nexdm09.bsp.nnl b/data/maps/nexdm09.bsp.nnl similarity index 100% rename from data/nexdm09.bsp.nnl rename to data/maps/nexdm09.bsp.nnl diff --git a/data/data/nexdmextra1.bsp.nnl b/data/maps/nexdmextra1.bsp.nnl similarity index 100% rename from data/data/nexdmextra1.bsp.nnl rename to data/maps/nexdmextra1.bsp.nnl diff --git a/data/qcsrc/gamec/urrebot_load.qc b/data/qcsrc/gamec/urrebot_load.qc index 64df55556..0d54078f3 100644 --- a/data/qcsrc/gamec/urrebot_load.qc +++ b/data/qcsrc/gamec/urrebot_load.qc @@ -511,7 +511,7 @@ void() LoadNavNodes = length = strlen(world.model); length = length - 5; s = substring(world.model, 5, length); - s = strcat(s, ".nnl"); + s = strcat("maps/", s, ".nnl"); file = fopen(s, FILE_READ); -- 2.39.2