Changeset 39 for abuse/trunk/src/scene.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/scene.cpp
r2 r39 363 363 364 364 365 int text_draw(int y, int x1, int y1, int x2, int y2, char *buf,365 int text_draw(int y, int x1, int y1, int x2, int y2, char const *buf, 366 366 text_blocker *first, JCFont *font) 367 367 { … … 371 371 int h=font->height()+2,w=font->width(),x=x1,dist; 372 372 y+=y1; 373 char *word_start;373 char const *word_start; 374 374 375 375 while (*buf)
Note: See TracChangeset
for help on using the changeset viewer.