max pressure

  • PizzaPlatypus
    20th Mar 2011 Member 0 Permalink
    where is it defined? And where is it set?
  • MiXih
    20th Mar 2011 Member 0 Permalink
    IN THE CODE
  • tommig
    20th Mar 2011 Member 0 Permalink
    @wikku9
    wikku, that isn't going to help him, he wishes to know which file!
    @PizzaPlatypus
    i'm almost certain that it will be a .h file, but not sure where, i'll have a traul...
  • PizzaPlatypus
    20th Mar 2011 Member 0 Permalink
    @tommig
    Yes I know it's in a .h I just don't know which.
  • JoJoBond
    20th Mar 2011 Member 0 Permalink
    It was once coded via a define or a variable if I recall right.
    Anyway - It's in air.c now at line 176 - 181. (At least that looks like it.)
  • PizzaPlatypus
    20th Mar 2011 Member 0 Permalink
    @JoJoBond
    oh I forgot I'm using v 45.2 code.
  • JoJoBond
    20th Mar 2011 Member 0 Permalink
    @PizzaPlatypus
    In pre cracker-merge code it is still in air.c

    //Pressure Caps, remove for lulz
    if(dp > 256.0f) dp = 256.0f;
    if(dp < -256.0f) dp = -256.0f;
    if(dx > 256.0f) dx = 256.0f;
    if(dx < -256.0f) dx = -256.0f;
    if(dy > 256.0f) dy = 256.0f;
    if(dy < -256.0f) dy = -256.0f;
  • sillu129
    20th Mar 2011 Member 0 Permalink
    can anyone say which file is the max and min temp code
  • jacksonmj
    20th Mar 2011 Developer 0 Permalink
    @sillu129
    Max/min temperature is defined in powder.h
  • boxmein
    20th Mar 2011 Former Staff 0 Permalink
    temp.h @sillu129