Files
test2/source
Ton Roosendaal c595112d3d Bugfix #4288
The new Image icon system didn't take care of float images yet, causing
crashes.

Andrea: I also cleaned up some of the syntax...
- try to stick to NULL for pointer values (not 0), reads nicer
- pointer declarations like: int* a, b; is confusing... use: int *a, b;
  it wasn't consistant in code either... :)
2006-06-09 12:00:28 +00:00
..
2006-06-09 12:00:28 +00:00
2006-03-10 22:50:27 +00:00
2006-02-07 21:24:36 +00:00
2006-03-12 19:48:51 +00:00
2006-02-22 23:34:12 +00:00
2006-03-20 17:25:42 +00:00
2005-03-09 19:45:59 +00:00
2006-03-10 20:47:34 +00:00