--- a/hedgewars/uConsts.pas Fri Sep 29 22:06:29 2017 +0200
+++ b/hedgewars/uConsts.pas Fri Sep 29 22:09:11 2017 +0200
@@ -93,7 +93,7 @@
ifNone = $00000000; // nothing special
ifAlpha = $00000001; // use alpha channel (unused right now?)
ifCritical = $00000002; // image is critical for gameplay (exit game if unable to load)
- ifTransparent = $00000004; // image uses transparent pixels (color keying)
+ ifColorKey = $00000004; // image uses transparent pixels (color keying)
ifIgnoreCaps = $00000008; // ignore hardware capabilities when loading (i.e. image will not be drawn using OpenGL)
// texture priority (allows OpenGL to keep frequently used textures in video memory more easily)