Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A bug/typo report (I hope)
Author Message
RazTK Offline
Junior Member

Posts: 22
Joined: Sep 2010
Reputation: 0
Post: #1
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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)