FreeCalypso > hg > ueda-linux
comparison pads2gpcb/main.c @ 42:43ba91b137e2
pads2gpcb: starting to grok decal definitions
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 11 Jan 2016 19:21:29 +0000 |
| parents | 242f73e61ef0 |
| children | 8fa304e2b7e1 |
comparison
equal
deleted
inserted
replaced
| 41:a2d304ec3817 | 42:43ba91b137e2 |
|---|---|
| 51 /* process the body of the monster! */ | 51 /* process the body of the monster! */ |
| 52 while (get_input_line()) { | 52 while (get_input_line()) { |
| 53 if (input_line_buf[0] != '*') | 53 if (input_line_buf[0] != '*') |
| 54 continue; | 54 continue; |
| 55 parse_starline(); | 55 parse_starline(); |
| 56 #if 0 | |
| 57 loop: if (!strcmp(input_line_starkw, "PARTDECAL")) { | 56 loop: if (!strcmp(input_line_starkw, "PARTDECAL")) { |
| 58 process_partdecal_section(); | 57 process_partdecal_section(); |
| 59 goto loop; | 58 goto loop; |
| 60 } | 59 } |
| 60 #if 0 | |
| 61 if (!strcmp(input_line_starkw, "PARTTYPE")) { | 61 if (!strcmp(input_line_starkw, "PARTTYPE")) { |
| 62 process_parttype_section(); | 62 process_parttype_section(); |
| 63 goto loop; | 63 goto loop; |
| 64 } | 64 } |
| 65 if (!strcmp(input_line_starkw, "PART")) { | 65 if (!strcmp(input_line_starkw, "PART")) { |
