Changeset 23176


Ignore:
Timestamp:
08/30/13 02:46:28 (10 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r22786 r23176  
    27662766void drawgradient(int posx, int posy, int width, int height, long col1, long col2, int transparent, int flag)
    27672767{
    2768         int p, i, x, y, steps, xstep, ystep;
     2768        int p = 0, i = 0, x = 0, y = 0, steps = 0, xstep = 0, ystep = 0;
    27692769        int xcount = 0, ycount = 0, owidth = width, oheight = height;
    27702770        unsigned char r3, g3, b3;
Note: See TracChangeset for help on using the changeset viewer.