Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dystopm committed Nov 26, 2023
1 parent e0b582c commit a90b032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions regamedll/msvc/ReGameDLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Tests|Win32'">
</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\dlls\API\CSPlayerWeapon.cpp">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Tests|Win32'">
</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\dlls\basemonster.cpp" />
<ClCompile Include="..\dlls\bmodels.cpp" />
<ClCompile Include="..\dlls\bot\cs_bot.cpp">
Expand Down
2 changes: 1 addition & 1 deletion regamedll/pm_shared/pm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,7 @@ void EXT_FUNC __API_HOOK(PM_Jump)()
{
PM_PlayStepSound(PM_MapTextureTypeStepType(pmove->chtexturetype), fvol);
}

#ifdef REGAMEDLL_ADD
// See if user can super long jump?
bool cansuperjump = (pmove->PM_Info_ValueForKey(pmove->physinfo, "slj")[0] == '1');
Expand Down

0 comments on commit a90b032

Please sign in to comment.