Changeset 3400


Ignore:
Timestamp:
02/21/09 15:26:38 (4 years ago)
Author:
sam
Message:

storyboard.c: fix compilation with optimisations disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/examples/storyboard.c

    r3352 r3400  
    218218    static int const hi = 200; 
    219219    static int const lo = 50; 
    220     static int const mid = (hi + lo) / 2; 
     220    static int const mid = 127; 
    221221    int x, y; 
    222222 
Note: See TracChangeset for help on using the changeset viewer.