diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-09-09 22:34:45 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-09-09 22:34:52 +0800 |
commit | 778bb68cd50b3b98101ddbcb6a705592748f13cb (patch) | |
tree | 4db2ea8962ff2b616936d986c69cb6c0b5cab991 /csrc/tools_ui.c | |
parent | 793f4edb3e7733b2ceb22ddb7a621ab9cf7a3981 (diff) | |
download | rich4-778bb68cd50b3b98101ddbcb6a705592748f13cb.tar.xz |
use known fcn_00402460 function name
Diffstat (limited to 'csrc/tools_ui.c')
-rw-r--r-- | csrc/tools_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csrc/tools_ui.c b/csrc/tools_ui.c index a580b7e..a397374 100644 --- a/csrc/tools_ui.c +++ b/csrc/tools_ui.c @@ -50,14 +50,14 @@ LRESULT CALLBACK toolsProc(HWND hWnd, UINT message, WPARAM wp, LPARAM lp) if (selected_tool == 0) return 0; fcn.00451d4e(); - fcn.00402460(0); + fcn_00402460(0); Post_0402_Message(selected_tool); return 0; } if (message < 0x205) { return DefWindowProcA(hWnd, message, wp, lp); } else if (message == 0x205) { - fcn.00402460(0); + fcn_00402460(0); Post_0402_Message(0); return 0; } |