Changeset - r9915:bb102be5aab8
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-08-13 14:26:20
rubidium@openttd.org
(svn r14068) -Fix (r14056): MSVC doesn't support typeof.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/console_gui.cpp
Show inline comments
 
@@ -99,7 +99,7 @@ struct IConsoleLine {
 
				return true;
 
			}
 

	
 
			if (item->time != MAX_UVALUE(typeof(item->time))) item->time++;
 
			if (item->time != MAX_UVALUE(uint16)) item->time++;
 
		}
 

	
 
		return false;
0 comments (0 inline, 0 general)