mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 09:52:01 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -191,7 +191,7 @@ void proved_d(char *code,char *text)
|
|||
if (*code!=0xff)fscanf(dlg,"%[^\n]",text);
|
||||
if (*code==0)
|
||||
{
|
||||
strupr(text);
|
||||
strupper(text);
|
||||
if (!strncmp(text,"GOTO",4))
|
||||
{
|
||||
int n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue