Improved the error handling for previous commit.

Reverted the change in Tiles.cpp from commit 4bc1a422c3.
This commit is contained in:
NovaRain
2019-05-10 10:38:51 +08:00
parent 02c2df50ac
commit 4b221b5367
7 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -249,7 +249,7 @@
#define dialog_message(text) sfall_func1("dialog_message", text)
#define dialog_obj sfall_func0("dialog_obj")
#define display_stats sfall_func0("display_stats")
#define draw_image(frmFile, frame, x, y, transparent) sfall_func5("draw_image", frmFile, frame, x, y, transparent)
#define draw_image(frmFile, frame, x, y, noTransparent) sfall_func5("draw_image", frmFile, frame, x, y, noTransparent)
#define draw_image_scaled(frmFile, frame, x, y, w, h) sfall_func6("draw_image_scaled", frmFile, frame, x, y, w, h)
#define exec_map_update_scripts sfall_func0("exec_map_update_scripts")
#define floor2(value) sfall_func1("floor2", value)