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:
parent
466a9cc926
commit
a20d5f5946
1 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue