mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Mapster32: in tile selector, make backspace set palette to 0
git-svn-id: https://svn.eduke32.com/eduke32@6862 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a075f8e22b
commit
2b80de8a8c
1 changed files with 3 additions and 0 deletions
|
@ -2898,6 +2898,9 @@ static int32_t m32gettile(int32_t idInitialTile)
|
|||
else globalpal = 0;
|
||||
}
|
||||
|
||||
if (PRESSED_KEYSC(BS))
|
||||
globalpal = 0;
|
||||
|
||||
// 'V' KEYPRESS
|
||||
if (PRESSED_KEYSC(V))
|
||||
tileNum = SelectAllTiles(tileNum);
|
||||
|
|
Loading…
Reference in a new issue