comparison mp_msg.c @ 23460:44746cbd4e5b

Create a new MSGT for just the status line.
author diego
date Tue, 05 Jun 2007 16:13:00 +0000
parents 17bf4f4b0715
children 46fa9bcc6ccc
comparison
equal deleted inserted replaced
23459:2c09fe135c93 23460:44746cbd4e5b
189 "OSDMENU", 189 "OSDMENU",
190 "IDENTIFY", 190 "IDENTIFY",
191 "RADIO", 191 "RADIO",
192 "ASS", 192 "ASS",
193 "LOADER", 193 "LOADER",
194 "STATUSLINE",
194 }; 195 };
195 196
196 int c=v_colors[lev]; 197 int c=v_colors[lev];
197 int c2=(mod+1)%15+1; 198 int c2=(mod+1)%15+1;
198 static int header=1; 199 static int header=1;