Commit MetaInfo

Revision9ff1e50ac818342bd9df2bb7c9cd00bea36f6ec6 (tree)
Time2021-09-14 11:35:46
AuthorAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Log Message

Fixed a Linux compile error.

Change Summary

Incremental Difference

diff -r 9e76d8b5de98 -r 9ff1e50ac818 src/p_acs.h
--- a/src/p_acs.h Sun Sep 12 15:59:56 2021 -0400
+++ b/src/p_acs.h Mon Sep 13 22:35:46 2021 -0400
@@ -1183,6 +1183,7 @@
11831183 int ACS_GetTranslationIndex( FRemapTable *pTranslation );
11841184 int ACS_PushAndReturnDynamicString ( const FString &Work );
11851185 bool ACS_ExistsScript( int script );
1186+AActor *ACS_GetScriptDamagePointers( int pointer ); // [AK]
11861187
11871188 // [BB] Export DoGiveInv
11881189 bool DoGiveInv(AActor *actor, const PClass *info, int amount);
Show on old repository browser