Hopefully fixed up HamExecuteB for the last time.
Fixed a small memory leak because I wasn't deleting post forwards at map change. Hopefully fixed an erroneous display of 'stray' keys.
This commit is contained in:
@ -94,6 +94,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(OutDir)\hamsandwich_amxx.dll c:\hlds\cstrike\addons\amxmodx\modules"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -190,14 +191,6 @@
|
||||
RelativePath="..\call_funcs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ecall_funcs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ecall_funcs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\forward.h"
|
||||
>
|
||||
@ -259,10 +252,6 @@
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Calls"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Config File"
|
||||
>
|
||||
|
Reference in New Issue
Block a user