From 83610d98b074d9661880167e9ab3ab23db12a181 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 12 Dec 2011 13:09:19 +0200 Subject: Revert "DREAMWEB: Simplify the time display code" This reverts commit 546c6a07e4803541647ad18d69c650fdd4cf974c. This wasn't a good idea, after all - it breaks saves and the game time is always the real time (which is not what the original did - it only synced the game time with the real time at the beginning) --- devtools/tasmrecover/tasm-recover | 3 --- 1 file changed, 3 deletions(-) (limited to 'devtools/tasmrecover/tasm-recover') diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index d9d39b95c4..dac600a261 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -133,9 +133,6 @@ p = parser(skip_binary_data = [ 'currentirq', 'gameerror', 'howmuchalloc', - 'secondcount', - 'minutecount', - 'hourcount', # vgagrafx.asm 'cityname', 'extragraphics1', -- cgit v1.2.3