shithub: choc

Download patch

ref: a904f5b3ea8ac1a043441dd04976b51221c00bfc
parent: fe4125a1a24abf5d137632122f7acfb629726a24
author: Simon Howard <[email protected]>
date: Sun Sep 24 09:04:40 EDT 2006

Fix declaration of TXT_NewWindowSelectAction

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 656

--- a/textscreen/txt_window_action.h
+++ b/textscreen/txt_window_action.h
@@ -46,7 +46,7 @@
 
 // Accept button that does nothing
 
-txt_window_action_t *TXT_NewWindowAcceptAction(txt_window_t *window);
+txt_window_action_t *TXT_NewWindowSelectAction(txt_window_t *window);
 
 #endif /* #ifndef TXT_WINDOW_ACTION_H */