Changeset fa38804 in buchla-68k for ram/idselbx.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/idselbx.c

    r1efe224 rfa38804  
    4444};
    4545
    46 /*
    47 
    48 */
    49 
    5046/*
    5147   =============================================================================
     
    8985        }
    9086}
    91 
    92 /*
    93 
    94 */
    9587
    9688/*
     
    134126}
    135127
    136 /*
    137 
    138 */
    139 
    140128/*
    141129   =============================================================================
     
    178166}
    179167
    180 /*
    181 
    182 */
    183 
    184168/*
    185169   =============================================================================
     
    210194                drawfn(12, 0, ID_CLVL, n);
    211195
    212 /*
    213 
    214 */
     196
    215197        /* next, put the level and selected functions in the level window */
    216198
     
    263245}
    264246
    265 /*
    266 
    267 */
    268 
    269247/*
    270248   =============================================================================
     
    304282        drawpt(ptx, pty, ID_SELD);
    305283}
    306 
    307 /*
    308 
    309 */
    310284
    311285/*
     
    362336}
    363337
    364 /*
    365 
    366 */
    367 
    368338/*
    369339   =============================================================================
     
    383353        col = hitcx >> 3;
    384354
    385 /*
    386 
    387 */
     355
    388356        if (hitbox EQ 12) {             /* process a hit in the level window */
    389357
     
    434402                        return(entbh(-1));
    435403                }
    436 /*
    437 
    438 */
     404
    439405        } else if (hitbox EQ 19) {              /* voice & inst. */
    440406
     
    477443                        return(entbh(-1));      /* do data entry */
    478444                }
    479 /*
    480 
    481 */
     445
    482446        } else if (hitbox EQ 21) {      /* waveshapes */
    483447
     
    525489
    526490                return(TRUE);
    527 /*
    528 
    529 */
     491
    530492        } else if (hitbox < 12) {       /* process a hit in a label window */
    531493
Note: See TracChangeset for help on using the changeset viewer.