comparison tools/lib64gfx.h @ 2342:a5c68b0d6e10

Fix D64_SPRF_Y_EXPAND enum value.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Sep 2019 11:45:21 +0300
parents 85cd3d36e670
children 94a653883a32
comparison
equal deleted inserted replaced
2341:a56f3bcb5476 2342:a5c68b0d6e10
178 // Sprite flags (DMC64Sprite::flags) 178 // Sprite flags (DMC64Sprite::flags)
179 enum 179 enum
180 { 180 {
181 D64_SPRF_MC = 0x0001, 181 D64_SPRF_MC = 0x0001,
182 D64_SPRF_X_EXPAND = 0x0002, 182 D64_SPRF_X_EXPAND = 0x0002,
183 D64_SPRF_Y_EXPAND = 0x0002, 183 D64_SPRF_Y_EXPAND = 0x0004,
184 }; 184 };
185 185
186 186
187 typedef struct 187 typedef struct
188 { 188 {