Changeset 39 for abuse/trunk/src/director.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/director.cpp
r17 r39 25 25 26 26 27 int text_draw(int y, int x1, int y1, int x2, int y2, char *buf, JCFont *font, uint8_t *cmap, char color)27 int text_draw(int y, int x1, int y1, int x2, int y2, char const *buf, JCFont *font, uint8_t *cmap, char color) 28 28 { 29 29 short cx1,cy1,cx2,cy2,word_size,word_len; … … 32 32 int h=font->height()+2,w=font->width(),x=x1,dist; 33 33 y+=y1; 34 char *word_start;34 char const *word_start; 35 35 36 36 while (buf && *buf)
Note: See TracChangeset
for help on using the changeset viewer.