mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-25 16:44:46 -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
|
@ -419,7 +419,7 @@ void interpret_line(FILE *f)
|
|||
|
||||
c++;
|
||||
sscanf(c,"%23s",command);c=strchr(c,32);
|
||||
strupr(command);
|
||||
strupper(command);
|
||||
if (!strcmp(command,"ID"))
|
||||
{
|
||||
get_num(c,num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue