diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-08-26 21:42:41 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-08-26 21:42:41 +0200 |
commit | 17153c794d532f27a4248c3f64eba95ede62be87 (patch) | |
tree | 099bb04275d1abf4b4ce8c19aee277225e17350c /src/mga_reg.h | |
parent | 13f649c65784192c30c18581d8795f3c47060644 (diff) |
The texture mapping opcode is 6, not 5.
Diffstat (limited to 'src/mga_reg.h')
-rw-r--r-- | src/mga_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_reg.h b/src/mga_reg.h index 857fe64..9feceb6 100644 --- a/src/mga_reg.h +++ b/src/mga_reg.h @@ -144,7 +144,7 @@ /* Trapezoids */ #define MGADWG_TRAP 0x04 -#define MGADWG_TEXTURE_TRAP 0x05 +#define MGADWG_TEXTURE_TRAP 0x06 /* BitBlts */ |