(svn r81) -Fix: news_gui.c contained a MSVC compile error
This commit is contained in:
@@ -133,8 +133,8 @@ static void NewsWindowProc(Window *w, WindowEvent *e)
|
||||
case WE_CLICK: {
|
||||
switch(e->click.widget) {
|
||||
case 1: {
|
||||
DeleteWindow(w);
|
||||
NewsItem *ni = WP(w,news_d).ni;
|
||||
DeleteWindow(w);
|
||||
ni->duration = 0;
|
||||
if(_forced_news!=255) _forced_news = 255;
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user