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, 1 Month 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




Users browsing this thread: 1 Guest(s)