The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A bug/typo report (I hope)
RazTK Offline
Junior Member

Posts: 22
Threads: 1
Joined: Sep 2010
Reputation: 0
#1
Solved: 8 Years, 2 Months ago A bug/typo report (I hope)

While browsing through the game's HPS files out of boredom, I couldn't help but notice this section of code in inventory.hps:
void CombineMiscIngr(string &in asItemA, string &in asItemB)
{
    if(GetGlobalVarInt("WeyerNoteIsPicke") == 1)
        SetInventoryMessage("Inventory", "CombineLevel2126Ingredients02", -1);
    else
        SetInventoryMessage("Inventory", "CombineLevel2126Ingredients", -1);    
}
Notice that typo in the if command? It says "WeyerNoteIsPicke". So before declaring it as typo, I began looking for that variable in other files. I have only found it in 21_torture_nave.hps, but in that file it's written correctly.

So, is this really a mistake or am I just imagining things due to low sanity? :>
11-01-2010, 04:11 AM
Find


Messages In This Thread
A bug/typo report (I hope) - by RazTK - 11-01-2010, 04:11 AM



Users browsing this thread: 1 Guest(s)