mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +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;
|
startsectnum = cursectnum;
|
||||||
keystatus[0x46] = 0;
|
keystatus[0x46] = 0;
|
||||||
asksave = 1;
|
asksave = 1;
|
||||||
|
|
||||||
|
printmessage16("Set starting position");
|
||||||
}
|
}
|
||||||
#if 1
|
#if 1
|
||||||
if (keystatus[0x3f]) //F5
|
if (keystatus[0x3f]) //F5
|
||||||
|
|
Loading…
Reference in a new issue