Changeset 33b5477 in buchla-68k for vlib/vspray4.c


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vspray4.c

    r928d5d9 r33b5477  
    2929*/
    3030
    31 void vspray4(uint16_t *vobj, int16_t vwid, int16_t fg, int16_t vb, int16_t pitch, int8_t *ml[])
     31void vspray4(uint16_t *vobj, int16_t vwid, int16_t fg, int8_t *ml[], int16_t vb, int16_t pitch)
    3232{
    3333        register int8_t *cp, *lp, c;
Note: See TracChangeset for help on using the changeset viewer.