Skip to content

Commit

Permalink
Add SAMP.ipl (#44)
Browse files Browse the repository at this point in the history
In this file there are locations of some objects, I think that it is worth including in the program.
  • Loading branch information
Romz24 authored and Crayder committed Feb 22, 2018
1 parent 814e041 commit aebceaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WizardApp/src/BuildManager.cpp
Expand Up @@ -89,6 +89,8 @@ void BuildManager::InitDirectoryNames()
ItemPlacementFileNames.push_back("\\data\\maps\\vegas\\vegasS.ipl");
ItemPlacementFileNames.push_back("\\data\\maps\\vegas\\vegasW.ipl");
ItemPlacementFileNames.push_back("\\data\\maps\\vegas\\vegaxref.ipl");

if(UsingSAMPObjects) ItemPlacementFileNames.push_back("\\SAMP\\SAMP.ipl");

//----------[ IDE ]----------//

Expand Down

0 comments on commit aebceaa

Please sign in to comment.