A Man's Game

A Man's Game is a 1934 American drama film directed by D. Ross Lederman.[1] Released by Columbia Pictures, the film stars Tim McCoy, Evalyn Knapp and Ward Bond.

A Man's Game
Film poster
Directed byD. Ross Lederman
Written byHarold Shumate
StarringTim McCoy
Evalyn Knapp
Distributed byColumbia Pictures
Release date
  • June 16, 1934 (1934-06-16)
Running time
56 minutes
CountryUnited States
LanguageEnglish

Plot

A pair of firemen and friends, Tim Bradley and Dave Jordan, are both attracted to court stenographer Judy Manners after a rescue from a fire. Judy, involved against her will in an embezzlement scheme, ends up starting a fire to chase away the embezzlers as the guy try to save her from both the flames and the crooks.

Cast

gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.
gollark: Ah, *this* is the problem! The parser is primitive and does not support `\uxxxx`.

References

  1. "A Man's Game". New York Times. Retrieved November 29, 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.