-
Notifications
You must be signed in to change notification settings - Fork 33
Prisoner feature bugfix #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e330b76
13f6f56
5fdee5c
d6728d1
601c328
dd376a7
437c32e
afe1d46
ce159b9
f966fdb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -756,10 +756,13 @@ extern BOOLEAN CheckForNewShipment( void ); | |
| extern BOOLEAN CheckTalkerFemale( void ); | ||
| extern BOOLEAN CheckTalkerUnpropositionedFemale( void ); | ||
|
|
||
| enum PowQuestState | ||
| { | ||
| Q_FAIL, | ||
| Q_SUCCESS, | ||
| Q_RESET, | ||
| Q_END, | ||
| Q_LEFT_SECTOR | ||
| }; | ||
|
Comment on lines
+759
to
+766
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. consider using
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm getting identifier "Q_END" is undefined errors in strategicmap.cpp after changing this to enum class |
||
| void HandlePOWQuestState(PowQuestState state, Quests quest, INT16 mapX, INT16 mapY, INT8 mapZ); | ||
| #endif | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.