1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

clean up some style issues

This commit is contained in:
Tahir Akhlaq 2017-11-04 10:03:46 +00:00
parent 466a9cc926
commit a20d5f5946

View file

@ -158,7 +158,7 @@ int main( int argc, char* argv[] )
{
std::string listPcbPath( "bg/ffxiv/" + zonePath + "/collision/list.pcb" );
std::string bgLgbPath( "bg/ffxiv/" + zonePath + "/level/bg.lgb" );
std::string collisionFilePath = "bg/ffxiv/" + zonePath + "/collision/";
std::string collisionFilePath( "bg/ffxiv/" + zonePath + "/collision/" );
std::vector< char > section;
std::vector< char > section1;