Changeset - r13200:d3027809b1d1
[Not reviewed]
master
0 1 0
michi_cc - 15 years ago 2009-10-04 21:39:12
michi_cc@openttd.org
(svn r17717) -Codechange: [OSX] Replace deprecated variable type.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/cocoa/fullscreen.mm
Show inline comments
 
@@ -466,7 +466,7 @@ public:
 
	{
 
		if (this->display_depth != 8) return;
 

	
 
		for (CGTableCount index = first_color; index < first_color + num_colors; index++) {
 
		for (uint32_t index = first_color; index < first_color + num_colors; index++) {
 
			/* Clamp colors between 0.0 and 1.0 */
 
			CGDeviceColor color;
 
			color.red   = _cur_palette[index].r / 255.0;
0 comments (0 inline, 0 general)