aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-04-04 02:41:45 +0000
committerTravis Howell2006-04-04 02:41:45 +0000
commit69d3fb7ef8ab8ea49811ce587b40780d5c912ace (patch)
treed9567cfe66ec34414b6c5edacd1e1e6763ef9071
parent0ac5739ae290716158f947b65f42e19005eab67e (diff)
downloadscummvm-rg350-69d3fb7ef8ab8ea49811ce587b40780d5c912ace.tar.gz
scummvm-rg350-69d3fb7ef8ab8ea49811ce587b40780d5c912ace.tar.bz2
scummvm-rg350-69d3fb7ef8ab8ea49811ce587b40780d5c912ace.zip
Remove debug left over
svn-id: r21584
-rw-r--r--engines/simon/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp
index 80a6fe81af..0d70fb0ca8 100644
--- a/engines/simon/game.cpp
+++ b/engines/simon/game.cpp
@@ -1243,7 +1243,6 @@ static GameDescription gameDescriptions[] = {
DetectedGame GameDescription::toDetectedGame() {
const char *title;
- printf("gameType is %d\n", gameType);
title = simonGames[gameType].description;
DetectedGame dg(name, title, language, platform);
dg.updateDesc(extra);