diff options
author | Eugene Sandulenko | 2019-06-26 19:28:57 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:17:01 +0200 |
commit | 03f84464cb91d0914e375e5fcdcebe4c1120c120 (patch) | |
tree | 2b55c955a641d81c67af2900bb51ba7f05f3f13d /engines | |
parent | 9ef57f67de43063621b7446e9427d08b90a197ac (diff) | |
download | scummvm-rg350-03f84464cb91d0914e375e5fcdcebe4c1120c120.tar.gz scummvm-rg350-03f84464cb91d0914e375e5fcdcebe4c1120c120.tar.bz2 scummvm-rg350-03f84464cb91d0914e375e5fcdcebe4c1120c120.zip |
HDB: Added test case for Dialog
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/hdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index ba0c2aa0cd..7eabd00ca2 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -271,7 +271,7 @@ Common::Error HDBGame::run() { _map->load(mapStream); _ai->initAnimInfo(); - //_window->openDialog("Title", 0, "abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab", 0, NULL); + //_window->openDialog("Sgt. Filibuster", 0, "You address me as 'sarge' or 'sergeant' or get your snappin' teeth kicked in! Got me?", 0, NULL); #if 0 lua->executeFile("test.lua"); |