replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG
svn-id: r10140
This commit is contained in:
parent
163ecdc054
commit
07e8084eee
7 changed files with 83 additions and 133 deletions
|
@ -28,7 +28,7 @@
|
|||
// Can be useful for other ports too :)
|
||||
|
||||
#define VER(x) x
|
||||
#define CURRENT_VER 21
|
||||
#define CURRENT_VER 22
|
||||
|
||||
// To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types,
|
||||
// we use a small trick: instead of 0 we use 42. Why? Well, it seems newer GCC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue