forked from mirror/OpenTTD
(svn r13389) -Codechange: remove NM_CALLBACK because that information could be gathered from the fact that a callback has been specified. Patch by Cirdan.
This commit is contained in:
@@ -62,7 +62,6 @@ enum NewsMode {
|
||||
NM_SMALL = 0, ///< Show only a small popup informing us about vehicle age for example
|
||||
NM_NORMAL = 1, ///< Show a simple news message (height 170 pixels)
|
||||
NM_THIN = 2, ///< Show a simple news message (height 130 pixels)
|
||||
NM_CALLBACK = 3, ///< Do some special processing before displaying news message. Which callback to call is in NewsCallback
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user