kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
63 stars 8 forks source link

Fix issue with uncancelled message wait #10

Closed nunuhara closed 5 years ago

nunuhara commented 5 years ago

sys_hit_any_key should only wait for two inputs if messagewait was actually cancelled.

This fixes a bug I noticed in the intro to Toushin Toshi II. If you let the messages finish printing without clicking, then you have to click twice before the game will start printing the next message.

kichikuou commented 5 years ago

Thanks!