arrays are dynamic now, fixed bugs, more code cleanups
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jan 2004 22:21:10 +0000 (22:21 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jan 2004 22:21:10 +0000 (22:21 +0000)
commit43ae91e84ae574464a2ff634daa8a16e253b47fa
tree9217857321c169c3879315c02bae7c79cf3017cf
parent4df3a7a4f12219c2ef3632fb717f8d4051b3bdbf
arrays are dynamic now, fixed bugs, more code cleanups

SVN-Revision: 97
25 files changed:
src/badguy.c
src/badguy.h
src/collision.c
src/collision.h
src/defines.h
src/gameloop.c
src/gameloop.h
src/intro.c
src/level.h
src/leveleditor.c
src/player.c
src/player.h
src/scene.c
src/scene.h
src/special.c
src/special.h
src/texture.c [new file with mode: 0644]
src/texture.h [new file with mode: 0644]
src/timer.c [new file with mode: 0644]
src/timer.h [new file with mode: 0644]
src/title.c
src/type.c
src/type.h
src/world.c
src/world.h