Skip to content
Snippets Groups Projects
Commit e528cbe7 authored by KosmX's avatar KosmX
Browse files

Oops

parent a203038a
Branches
No related tags found
No related merge requests found
...@@ -107,17 +107,17 @@ ...@@ -107,17 +107,17 @@
<ClCompile Include="RangedWeapon.cpp"> <ClCompile Include="RangedWeapon.cpp">
<Filter>Source Files\gameObj\wepons</Filter> <Filter>Source Files\gameObj\wepons</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="GlitchGun.cpp"> <ClCompile Include="EntityWithAI.cpp">
<Filter>Source Files</Filter> <Filter>Source Files\gameObj\entities</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="ExplosiveProjectile.cpp"> <ClCompile Include="ExplosiveProjectile.cpp">
<Filter>Source Files</Filter> <Filter>Source Files\gameObj\entities</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="EntityWithAI.cpp"> <ClCompile Include="GlitchGun.cpp">
<Filter>Source Files</Filter> <Filter>Source Files\gameObj\wepons</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="SquareRoomGenerator.cpp"> <ClCompile Include="SquareRoomGenerator.cpp">
<Filter>Source Files</Filter> <Filter>Source Files\gameObj</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<Filter>Header Files\gameObj\entities</Filter> <Filter>Header Files\gameObj\entities</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="SquareRoomGenerator.h"> <ClInclude Include="SquareRoomGenerator.h">
<Filter>Header Files</Filter> <Filter>Header Files\gameObj\management</Filter>
</ClInclude> </ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
......
...@@ -45,7 +45,7 @@ namespace entities { ...@@ -45,7 +45,7 @@ namespace entities {
return false; return false;
} }
byte WallEntity::getNeighbourID() const char WallEntity::getNeighbourID() const
{ {
return neighbourID; return neighbourID;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment