Mapster32: call update_highlightsector() after 3D mode RCtrl+RAlt.

git-svn-id: https://svn.eduke32.com/eduke32@5343 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-09-08 17:54:32 +00:00
parent c82d98fc77
commit 5ea8625c37

View file

@ -4447,6 +4447,7 @@ static void Keys3d(void)
reset_highlightsector();
handlesecthighlight1(searchsector, sub, 1);
update_highlightsector();
message("%s sector %d", sub ? "De-selected" : "Selected", searchsector);
}