XRick: enabled ancient bugs, because it's impossible to pass submap 15 and map 3 strting level without them
This commit is contained in:
@@ -71,8 +71,8 @@ endif
|
||||
|
||||
all:
|
||||
@echo "ROOTDIR=$(ROOTDIR)" > Makefile.global
|
||||
@echo "XOBJ=$(XOBJ)" >> Makefile.global
|
||||
@echo "CFLAGS=-g -ansi -pedantic -Wall -W -O2 -I $(ROOTDIR)/include $(shell sdl-config --cflags)" >> Makefile.global
|
||||
@echo "XOBJ=$(XOBJ)" >> Makefile.global
|
||||
@echo "CFLAGS=-g -ansi -pedantic -Wall -W -O0 -I $(ROOTDIR)/include $(shell sdl-config --cflags) -g" >> Makefile.global
|
||||
@echo "LDFLAGS=-lz $(shell sdl-config --libs) -g" >> Makefile.global
|
||||
@echo "CC=gcc" >> Makefile.global
|
||||
@echo "CPP=gcc -E" >> Makefile.global
|
||||
|
||||
@@ -568,7 +568,7 @@ e_them_t3_action2(U8 e)
|
||||
U8 i;
|
||||
S16 x, y;
|
||||
|
||||
while (1) {
|
||||
/*while (1)*/ {
|
||||
|
||||
/* calc new sprite */
|
||||
i = ent_sprseq[ent_ents[e].sprbase + ent_ents[e].sproffs];
|
||||
|
||||
@@ -158,7 +158,7 @@ sysarg_init(int argc, char **argv)
|
||||
else if (!strcmp(argv[i], "-speed")) {
|
||||
if (++i == argc) sysarg_fail("missing speed value");
|
||||
sysarg_args_period = atoi(argv[i]) - 1;
|
||||
if (sysarg_args_period < 0 || sysarg_args_period > 99)
|
||||
if (sysarg_args_period < 0 || sysarg_args_period > 250)
|
||||
sysarg_fail("invalid speed value");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user