Skip to content

Commit d78bf9d

Browse files
committed
fix Linux build after cherry-pick from upstream
1 parent 3aba32d commit d78bf9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xrGame/script_game_object4.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#include "sight_manager_space.h"
1919
#include "sight_control_action.h"
2020
#include "sight_manager.h"
21-
#include "inventoryBox.h"
21+
#include "InventoryBox.h"
2222
#include "ZoneCampfire.h"
23-
#include "physicobject.h"
24-
#include "artefact.h"
23+
#include "PhysicObject.h"
24+
#include "Artefact.h"
2525
#include "stalker_sound_data.h"
2626

2727
class CWeapon;

0 commit comments

Comments
 (0)