diff gamelib/gamegui.py @ 192:57bf6a5e31cb

A rival appears on the scene
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 15:18:28 +0200
parents 4f5de85fd1af
children eb4516169b3c
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sat May 12 14:56:54 2012 +0200
+++ b/gamelib/gamegui.py	Sat May 12 15:18:28 2012 +0200
@@ -292,7 +292,7 @@
                 % mission.NAME, font_medium, (255, 255, 255))
         self.add_child(title)
         self.description = TextBox((10, 70, 790, 20),
-                mission.LONG_DESCRIPTION, font_medium, (255, 255, 255))
+                mission.get_description(), font_medium, (255, 255, 255))
         self.add_child(self.description)
         self.parent = parent
         self.game = game