Merge pull request #63 from lassiterm/lojmain

Fixed #62
main
Lojical 5 years ago committed by GitHub
commit 5aefd1d5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,6 @@ if (mystr != "0") {
wallD = string_char_at(mystr, 3);
wallL = string_char_at(mystr, 4);
color = string_char_at(mystr, 5);
if (oControl.shader_on == true) color = "2";
special = string_char_at(mystr, 6);
corner = string_char_at(mystr, 7);
draw_mapblock(x, y, wallU, wallR, wallD, wallL, color, special, global.dmap[argument0, argument1], corner);

Loading…
Cancel
Save