mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
a.m32: in collect_*_sectors from the 'F menu, start query with sector under mouse
git-svn-id: https://svn.eduke32.com/eduke32@2826 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7e16357c68
commit
420e61d0f8
1 changed files with 2 additions and 0 deletions
|
@ -541,6 +541,7 @@ defstate collect_teleporting_sectors // (sec)
|
|||
set numsects numsectors, sub numsects 1
|
||||
ifinteractive
|
||||
{
|
||||
set sec searchsector
|
||||
getnumberfromuser sec "starting sectnum: " numsects 8
|
||||
ifl sec 0, return
|
||||
}
|
||||
|
@ -560,6 +561,7 @@ defstate collect_ceilsky_sectors // (sec)
|
|||
set numsects numsectors, sub numsects 1
|
||||
ifinteractive
|
||||
{
|
||||
set sec searchsector
|
||||
getnumberfromuser sec "starting sectnum: " numsects 8
|
||||
ifl sec 0, return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue