Loading

Paste #psj9ajiax

  1. Index: src/newgrf.cpp
  2. ===================================================================
  3. --- src/newgrf.cpp  (revision 27118)
  4. +++ src/newgrf.cpp  (working copy)
  5. @@ -6095,7 +6095,7 @@
  6.  
  7.             case 0x0A: // GRFID is not nor will be active
  8.                 /* This is the only condtype that doesn't get ignored if the GRFID is not found */
  9. -               result = c == NULL || c->flags == GCS_DISABLED || c->status == GCS_NOT_FOUND;
  10. +               result = c == NULL || c->status == GCS_DISABLED || c->status == GCS_NOT_FOUND;
  11.                 break;
  12.  
  13.             default: grfmsg(1, "SkipIf: Unsupported GRF condition type %02X. Ignoring", condtype); return;
  14.  

Comments