openbsd-ports/games/xkobo/patches/patch-keepmap1
espie 01f1088866 Tweak display slightly so that the last map displayed when game is lost
stays displayed.
Gives a better idea how close to the goal you were...
2000-03-13 01:01:57 +00:00

19 lines
416 B
Plaintext

--- xkobo.C.orig Mon Mar 13 01:30:33 2000
+++ xkobo.C Mon Mar 13 01:31:58 2000
@@ -33,6 +33,7 @@
#include "xkobo.h"
#include "config.h"
#include "tiff.h"
+#include "radar.h"
#include "screen.h"
#include "manage.h"
#include "score.h"
@@ -228,6 +229,7 @@
rand_num.init();
manage.init();
+ radar.prepare();
memset(&sig_act, 0, sizeof(sig_act));
sig_act.sa_handler = sig_handle;