mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Mapster32: show a message when setting the initial position with SCROLL LOCK.
git-svn-id: https://svn.eduke32.com/eduke32@4164 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5b53725c43
commit
85df1181fc
1 changed files with 2 additions and 0 deletions
|
@ -4027,6 +4027,8 @@ rotate_hlsect_out:
|
|||
startsectnum = cursectnum;
|
||||
keystatus[0x46] = 0;
|
||||
asksave = 1;
|
||||
|
||||
printmessage16("Set starting position");
|
||||
}
|
||||
#if 1
|
||||
if (keystatus[0x3f]) //F5
|
||||
|
|
Loading…
Reference in a new issue