Skip to content

Commit

Permalink
v1.9 - make used font configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kirides committed Mar 13, 2021
1 parent b57b712 commit 335b7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Ninja/Quickloot/CONTENT/Quickloot/INIT.D
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const string NINJA_QUICKLOOT_VERSION = "Quickloot v1.8.12";
const string NINJA_QUICKLOOT_VERSION = "Quickloot v1.9";

FUNC VOID _Ninja_Quickloot_NPC_CollectFocusVob (var C_NPC slfInstance, var int force) {
var int npcPtr; npcPtr = MEM_InstToPtr(slfInstance);
Expand Down Expand Up @@ -655,7 +655,7 @@ func string Ninja_Quickloot_GetOpt(var string optName, var string defaultVal) {
};

func void Ninja_Quickloot_Init_Options() {
Ninja_Quickloot_Print_Font = "Ninja_QuickLoot_Font_DE.tga";
Ninja_Quickloot_Print_Font = Ninja_Quickloot_GetOpt("Font", "Ninja_QuickLoot_Font_DE.tga");
_Ninja_Quickloot_LootKey = Ninja_Quickloot_ReadOptKey();

_Ninja_Quickloot_Received_Prefix = Ninja_Quickloot_GetOpt("Prefix", "Erhalten:");
Expand Down
2 changes: 1 addition & 1 deletion Quickloot.vm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[BEGINVDF]
Comment=Rightclick to Quickloot! (v1.8.12, G1+G2)
Comment=Rightclick to Quickloot! (v1.9, G1+G2)
BaseDir=.\
VDFName=.\Quickloot.vdf
[FILES]
Expand Down

0 comments on commit 335b7c1

Please sign in to comment.