home · contact · privacy
Made single World struct a global variable, fitted a lot of code to this change,...
authorChristian Heller <c.heller@plomlompom.de>
Sat, 2 Nov 2013 00:43:37 +0000 (01:43 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 2 Nov 2013 00:43:37 +0000 (01:43 +0100)
commit7290dec4219eaa2325aa00ef6139f715743dba3a
tree705fc06c4a0da991d10a0c02ba3bcba558822f8b
parent18fefabcc05bb3903384efbcc92f4303d9ac9567
Made single World struct a global variable, fitted a lot of code to this change, on the way corrected some minor stylistic issues.
28 files changed:
src/command_db.c
src/command_db.h
src/control.c
src/control.h
src/draw_wins.c
src/draw_wins.h
src/keybindings.c
src/keybindings.h
src/main.c
src/main.h
src/map.c
src/map.h
src/map_object_actions.c
src/map_object_actions.h
src/map_objects.c
src/map_objects.h
src/misc.c
src/misc.h
src/readwrite.c
src/readwrite.h
src/rexit.c
src/rexit.h
src/rrand.h
src/wincontrol.c
src/wincontrol.h
src/windows.c
src/windows.h
src/yx_uint16.h