error making a life element

  • tommig
    25th Mar 2011 Member 0 Permalink
    i'm making a 2nd life element for my mod, but i seem to have run into some trouble, i've coded the element, and then compiled to find a string load of errors. one for each of the .c files like the following
    1> air.c
    1>C:\Users\User\Documents\powder toy\FacialTurd-The-Powder-Toy-669a672\FacialTurd-The-Powder-Toy-669a672\includes\powder.h(743): error C2078: too many initializers
    1>C:\Users\User\Documents\powder toy\FacialTurd-The-Powder-Toy-669a672\FacialTurd-The-Powder-Toy-669a672\includes\powder.h(772): error C2078: too many initializers

    what does it mean "too many initializers"
    thanks, tommig
  • Pilihp64
    25th Mar 2011 Developer 0 Permalink
    there is a NGOL in defines.h, which is the number of GoL elements, add 1 or however many you added to it.
  • tommig
    25th Mar 2011 Member 0 Permalink
    thanks, runs now!