mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 05:36:39 +03:00
implemented splashes; fixed zones
This commit is contained in:
parent
c40c7acb96
commit
b63c87e8a6
14 changed files with 241 additions and 91 deletions
|
@ -61,6 +61,8 @@ int (*open_script_orig)(const char *path, const char *mode);
|
|||
int
|
||||
open_script(const char *path, const char *mode)
|
||||
{
|
||||
if(GetAsyncKeyState('G') & 0x8000)
|
||||
return open_script_orig("main.scm", mode);
|
||||
if(GetAsyncKeyState('D') & 0x8000)
|
||||
return open_script_orig("main_d.scm", mode);
|
||||
// if(GetAsyncKeyState('R') & 0x8000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue